SystemDateTimeValidationAddTimeServerCheck Method (String) |
Adds an SNTP server to the list of servers to check.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic void AddTimeServerCheck(
string host
)
Public Sub AddTimeServerCheck (
host As String
)
public:
void AddTimeServerCheck(
String^ host
)
Parameters
- host
- Type: SystemString
The host name or IP address of the Internet time server.
See Also