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

Return

Remarks

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

Last updated