| TripServiceDBChecker Method |
Provides an interface to check the status of a database
Namespace:
ParaPlanREST
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public CheckerResult DBChecker(
string token,
string device
)
public:
CheckerResult^ DBChecker(
String^ token,
String^ device
)
function DBChecker(token, device);
Parameters
- token
- Type: SystemString
- device
- Type: SystemString
Device name used when logging into API
Return Value
Type:
CheckerResultObject that contain information about the status of the database
See Also