Ping

Description

Pings the License Server and returns the UTC date on the server.

bool Ping(string webServiceUrl, 
          out string response, 
          out DateTime serverDate)

Parameters

ParameterTypeDescription
webServiceUrlstringURL to the QLM License Server
responseout stringthe response from the server
serverDateout DateTimethe date/time on the server in UTC.

Return

TypeDescription
booltrue if the server is accessible.

Remarks

It is recommended to use the new PingEx method which has a faster timeout.