CheckinLicense
Description
bool CheckinLicense(out string message);Parameters
Parameter
Type
Description
Returns
Type
Description
Last updated
Checks in a license to the license server. If the client is offline and the offline expiry period was not reached, no check-in occurs.
bool CheckinLicense(out string message);message
string
a returned message with error information
Boolean
true if the operation was successful; otherwise, false.
Last updated