C# Class ChronojumpServerAlive, chronojump

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
OnPingAliveCompleted ( object arg ) : void
PingAlive ( string str ) : string

Method Details

BeginPingAlive() public méthode

public BeginPingAlive ( string str, System callback, object asyncState ) : System.IAsyncResult
str string
callback System
asyncState object
Résultat System.IAsyncResult

ChronojumpServerAlive() public méthode

EndPingAlive() public méthode

public EndPingAlive ( System asyncResult ) : string
asyncResult System
Résultat string

PingAliveAsync() public méthode

public PingAliveAsync ( string str ) : void
str string
Résultat void

PingAliveAsync() public méthode

public PingAliveAsync ( string str, object userState ) : void
str string
userState object
Résultat void