Ping
Last updated
Pings the License Server and returns the UTC date on the server.
bool Ping(string webServiceUrl,
out string response,
out DateTime serverDate)webServiceUrl
string
URL to the QLM License Server
response
out string
the response from the server
serverDate
out DateTime
the date/time on the server in UTC.
bool
true if the server is accessible.
It is recommended to use the new PingEx method which has a faster timeout.
Last updated