C# 클래스 Rustici.LETSI.rtws.client.LETSIRTE_Service

상속: Microsoft.Web.Services3.WebServicesClientProtocol
파일 보기 프로젝트 열기: RusticiSoftware/LETSI_RTWS_Client 1 사용 예제들

공개 메소드들

메소드 설명
BeginGet ( Get Get1, System callback, object asyncState ) : System.IAsyncResult
BeginGetAttempt ( GetAttempt GetAttempt1, System callback, object asyncState ) : System.IAsyncResult
BeginGetAttemptList ( GetAttemptList GetAttemptList1, System callback, object asyncState ) : System.IAsyncResult
BeginSet ( Set Set1, System callback, object asyncState ) : System.IAsyncResult
CancelAsync ( object userState ) : void
EndGet ( System asyncResult ) : GetResponse
EndGetAttempt ( System asyncResult ) : GetAttemptResponse
EndGetAttemptList ( System asyncResult ) : Rustici.LETSI.rtws.client.attemptSummary[]
EndSet ( System asyncResult ) : SetResponse
GetAsync ( Get Get1 ) : void
GetAsync ( Get Get1, object userState ) : void
GetAttemptAsync ( GetAttempt GetAttempt1 ) : void
GetAttemptAsync ( GetAttempt GetAttempt1, object userState ) : void
GetAttemptListAsync ( GetAttemptList GetAttemptList1 ) : void
GetAttemptListAsync ( GetAttemptList GetAttemptList1, object userState ) : void
LETSIRTE_Service ( ) : System
SetAsync ( Set Set1 ) : void
SetAsync ( Set Set1, object userState ) : void

비공개 메소드들

메소드 설명
Get ( [ Namespace = "http://letsi.org/rte/1.0")]GetGet1 ) : GetResponse
GetAttempt ( [ Namespace = "http://letsi.org/rte/1.0")]GetAttemptGetAttempt1 ) : GetAttemptResponse
GetAttemptList ( [ Namespace = "http://letsi.org/rte/1.0")]GetAttemptListGetAttemptList1 ) : Rustici.LETSI.rtws.client.attemptSummary[]
OnGetAttemptListOperationCompleted ( object arg ) : void
OnGetAttemptOperationCompleted ( object arg ) : void
OnGetOperationCompleted ( object arg ) : void
OnSetOperationCompleted ( object arg ) : void
Set ( [ Namespace = "http://letsi.org/rte/1.0")]SetSet1 ) : SetResponse

메소드 상세

BeginGet() 공개 메소드

public BeginGet ( Get Get1, System callback, object asyncState ) : System.IAsyncResult
Get1 Get
callback System
asyncState object
리턴 System.IAsyncResult

BeginGetAttempt() 공개 메소드

public BeginGetAttempt ( GetAttempt GetAttempt1, System callback, object asyncState ) : System.IAsyncResult
GetAttempt1 GetAttempt
callback System
asyncState object
리턴 System.IAsyncResult

BeginGetAttemptList() 공개 메소드

public BeginGetAttemptList ( GetAttemptList GetAttemptList1, System callback, object asyncState ) : System.IAsyncResult
GetAttemptList1 GetAttemptList
callback System
asyncState object
리턴 System.IAsyncResult

BeginSet() 공개 메소드

public BeginSet ( Set Set1, System callback, object asyncState ) : System.IAsyncResult
Set1 Set
callback System
asyncState object
리턴 System.IAsyncResult

CancelAsync() 공개 메소드

public CancelAsync ( object userState ) : void
userState object
리턴 void

EndGet() 공개 메소드

public EndGet ( System asyncResult ) : GetResponse
asyncResult System
리턴 GetResponse

EndGetAttempt() 공개 메소드

public EndGetAttempt ( System asyncResult ) : GetAttemptResponse
asyncResult System
리턴 GetAttemptResponse

EndGetAttemptList() 공개 메소드

public EndGetAttemptList ( System asyncResult ) : Rustici.LETSI.rtws.client.attemptSummary[]
asyncResult System
리턴 Rustici.LETSI.rtws.client.attemptSummary[]

EndSet() 공개 메소드

public EndSet ( System asyncResult ) : SetResponse
asyncResult System
리턴 SetResponse

GetAsync() 공개 메소드

public GetAsync ( Get Get1 ) : void
Get1 Get
리턴 void

GetAsync() 공개 메소드

public GetAsync ( Get Get1, object userState ) : void
Get1 Get
userState object
리턴 void

GetAttemptAsync() 공개 메소드

public GetAttemptAsync ( GetAttempt GetAttempt1 ) : void
GetAttempt1 GetAttempt
리턴 void

GetAttemptAsync() 공개 메소드

public GetAttemptAsync ( GetAttempt GetAttempt1, object userState ) : void
GetAttempt1 GetAttempt
userState object
리턴 void

GetAttemptListAsync() 공개 메소드

public GetAttemptListAsync ( GetAttemptList GetAttemptList1 ) : void
GetAttemptList1 GetAttemptList
리턴 void

GetAttemptListAsync() 공개 메소드

public GetAttemptListAsync ( GetAttemptList GetAttemptList1, object userState ) : void
GetAttemptList1 GetAttemptList
userState object
리턴 void

LETSIRTE_Service() 공개 메소드

public LETSIRTE_Service ( ) : System
리턴 System

SetAsync() 공개 메소드

public SetAsync ( Set Set1 ) : void
Set1 Set
리턴 void

SetAsync() 공개 메소드

public SetAsync ( Set Set1, object userState ) : void
Set1 Set
userState object
리턴 void