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.
This function is recommended over the QlmLicense.Ping method as it will timeout in a faster, more reliable way.
You can configure the timeout by setting the QlmLicense.Timeout property.
Comments
0 comments
Please sign in to leave a comment.