메소드 | 설명 | |
---|---|---|
Clear ( ) : void |
Clears the current value.
|
|
DoRun ( ) : void | ||
NtpNetworkTimeClient ( string serverName ) : System |
Constructs a new NtpNetworkTimeClient
|
|
NtpNetworkTimeClient ( string serverName, int port ) : System |
Constructs a new NtpNetworkTimeClient
|
메소드 | 설명 | |
---|---|---|
OnTaskException ( TaskExceptionEventArgs eventArgs ) : void |
메소드 | 설명 | |
---|---|---|
CreateUdpClient ( ) : |
public NtpNetworkTimeClient ( string serverName ) : System | ||
serverName | string | The name or IP address of the NTP server |
리턴 | System |
public NtpNetworkTimeClient ( string serverName, int port ) : System | ||
serverName | string | The name or IP address of the NTP server |
port | int | The UDP port number for the NTP server |
리턴 | System |
protected OnTaskException ( TaskExceptionEventArgs eventArgs ) : void | ||
eventArgs | TaskExceptionEventArgs | |
리턴 | void |