NetworkTimeTimeout Property |
You can use this property to set maximum time to wait for NTP server response (in milliseconds).
Namespace:
TreeksLicensingLibrary2
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public static int Timeout { get; set; }
Public Shared Property Timeout As Integer
Get
Set
public:
static property int Timeout {
int get ();
void set (int value);
}
static member Timeout : int with get, set
Property Value
Type:
Int32Integer, milliseconds. Default 3000 ms. Minimum value is 300 ms.
Return Value
Type:
Int32Remarks This affects duration of license check on offline devices.
See Also