C# Class ChronojumpServerAlive, chronojump

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
ファイルを表示 Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
BeginPingAlive ( string str, System callback, object asyncState ) : System.IAsyncResult
ChronojumpServerAlive ( )
EndPingAlive ( System asyncResult ) : string
PingAliveAsync ( string str ) : void
PingAliveAsync ( string str, object userState ) : void

Private Methods

Method Description
OnPingAliveCompleted ( object arg ) : void
PingAlive ( string str ) : string

Method Details

BeginPingAlive() public method

public BeginPingAlive ( string str, System callback, object asyncState ) : System.IAsyncResult
str string
callback System
asyncState object
return System.IAsyncResult

ChronojumpServerAlive() public method

EndPingAlive() public method

public EndPingAlive ( System asyncResult ) : string
asyncResult System
return string

PingAliveAsync() public method

public PingAliveAsync ( string str ) : void
str string
return void

PingAliveAsync() public method

public PingAliveAsync ( string str, object userState ) : void
str string
userState object
return void