Pings the License Server and returns the UTC date on the server.
C#: bool Ping(string webServiceUrl, out string response, out DateTime serverDate)
Parameters
webServiceUrl - URL to the QLM License Server.
response - the response from the server
serverDate - the date/time on the server in UTC.
If the function returns true, the server is accessible.
It is recommended to use the new QlmLicense.PingEx method which has a faster timeout.
Comments
0 comments
Please sign in to leave a comment.