C# 클래스 ChronojumpServerAlive, chronojump

상속: System.Web.Services.Protocols.SoapHttpClientProtocol
파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 메소드들

메소드 설명
BeginPingAlive ( string str, System callback, object asyncState ) : System.IAsyncResult
ChronojumpServerAlive ( )
EndPingAlive ( System asyncResult ) : string
PingAliveAsync ( string str ) : void
PingAliveAsync ( string str, object userState ) : void

비공개 메소드들

메소드 설명
OnPingAliveCompleted ( object arg ) : void
PingAlive ( string str ) : string

메소드 상세

BeginPingAlive() 공개 메소드

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

ChronojumpServerAlive() 공개 메소드

EndPingAlive() 공개 메소드

public EndPingAlive ( System asyncResult ) : string
asyncResult System
리턴 string

PingAliveAsync() 공개 메소드

public PingAliveAsync ( string str ) : void
str string
리턴 void

PingAliveAsync() 공개 메소드

public PingAliveAsync ( string str, object userState ) : void
str string
userState object
리턴 void