GetAllCheckpoints
Gets all the checkpoints created in the server.
C# Syntax
List<Checkpoint> NAPI.Pools.GetAllCheckpoints();
Example
// Code here...
Gets all the checkpoints created in the server.
List<Checkpoint> NAPI.Pools.GetAllCheckpoints();
// Code here...