Method HealthCheck
HealthCheck()
Health check
Declaration
string HealthCheck()
Returns
Type | Description |
---|---|
System.String | If the HealthCkeck is correct. "OK" will be returned |
Examples
POST http://YourServerName/InfoShare/Json/Server/HealthCheck
Example for health check.{ }
Response:
{
"HealthCheckResult": "OK"
}