C# Class Yort.Ntp.NtpClient.AsyncUdpResult

Inheritance: IDisposable
显示文件 Open project: Yortw/Yort.Ntp

Public Methods

Method Description
Dispose ( ) : void
Wait ( System.TimeSpan timeout ) : void

Private Methods

Method Description
AsyncUdpResult ( DatagramSocket socket ) : System
SafeSetSignal ( ) : void
_Socket_MessageReceived ( DatagramSocket sender, DatagramSocketMessageReceivedEventArgs args ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Wait() public method

public Wait ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
return void