C# Class Rustici.LETSI.rtws.client.LETSIRTE_Service

Inheritance: Microsoft.Web.Services3.WebServicesClientProtocol
ファイルを表示 Open project: RusticiSoftware/LETSI_RTWS_Client Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

BeginGet() public method

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

BeginGetAttempt() public method

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

BeginGetAttemptList() public method

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

BeginSet() public method

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

CancelAsync() public method

public CancelAsync ( object userState ) : void
userState object
return void

EndGet() public method

public EndGet ( System asyncResult ) : GetResponse
asyncResult System
return GetResponse

EndGetAttempt() public method

public EndGetAttempt ( System asyncResult ) : GetAttemptResponse
asyncResult System
return GetAttemptResponse

EndGetAttemptList() public method

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

EndSet() public method

public EndSet ( System asyncResult ) : SetResponse
asyncResult System
return SetResponse

GetAsync() public method

public GetAsync ( Get Get1 ) : void
Get1 Get
return void

GetAsync() public method

public GetAsync ( Get Get1, object userState ) : void
Get1 Get
userState object
return void

GetAttemptAsync() public method

public GetAttemptAsync ( GetAttempt GetAttempt1 ) : void
GetAttempt1 GetAttempt
return void

GetAttemptAsync() public method

public GetAttemptAsync ( GetAttempt GetAttempt1, object userState ) : void
GetAttempt1 GetAttempt
userState object
return void

GetAttemptListAsync() public method

public GetAttemptListAsync ( GetAttemptList GetAttemptList1 ) : void
GetAttemptList1 GetAttemptList
return void

GetAttemptListAsync() public method

public GetAttemptListAsync ( GetAttemptList GetAttemptList1, object userState ) : void
GetAttemptList1 GetAttemptList
userState object
return void

LETSIRTE_Service() public method

public LETSIRTE_Service ( ) : System
return System

SetAsync() public method

public SetAsync ( Set Set1 ) : void
Set1 Set
return void

SetAsync() public method

public SetAsync ( Set Set1, object userState ) : void
Set1 Set
userState object
return void