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

Inheritance: Microsoft.Web.Services3.WebServicesClientProtocol
Afficher le fichier Open project: RusticiSoftware/LETSI_RTWS_Client Class Usage Examples

Méthodes publiques

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

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

public BeginGet ( Get Get1, System callback, object asyncState ) : System.IAsyncResult
Get1 Get
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetAttempt() public méthode

public BeginGetAttempt ( GetAttempt GetAttempt1, System callback, object asyncState ) : System.IAsyncResult
GetAttempt1 GetAttempt
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetAttemptList() public méthode

public BeginGetAttemptList ( GetAttemptList GetAttemptList1, System callback, object asyncState ) : System.IAsyncResult
GetAttemptList1 GetAttemptList
callback System
asyncState object
Résultat System.IAsyncResult

BeginSet() public méthode

public BeginSet ( Set Set1, System callback, object asyncState ) : System.IAsyncResult
Set1 Set
callback System
asyncState object
Résultat System.IAsyncResult

CancelAsync() public méthode

public CancelAsync ( object userState ) : void
userState object
Résultat void

EndGet() public méthode

public EndGet ( System asyncResult ) : GetResponse
asyncResult System
Résultat GetResponse

EndGetAttempt() public méthode

public EndGetAttempt ( System asyncResult ) : GetAttemptResponse
asyncResult System
Résultat GetAttemptResponse

EndGetAttemptList() public méthode

public EndGetAttemptList ( System asyncResult ) : Rustici.LETSI.rtws.client.attemptSummary[]
asyncResult System
Résultat Rustici.LETSI.rtws.client.attemptSummary[]

EndSet() public méthode

public EndSet ( System asyncResult ) : SetResponse
asyncResult System
Résultat SetResponse

GetAsync() public méthode

public GetAsync ( Get Get1 ) : void
Get1 Get
Résultat void

GetAsync() public méthode

public GetAsync ( Get Get1, object userState ) : void
Get1 Get
userState object
Résultat void

GetAttemptAsync() public méthode

public GetAttemptAsync ( GetAttempt GetAttempt1 ) : void
GetAttempt1 GetAttempt
Résultat void

GetAttemptAsync() public méthode

public GetAttemptAsync ( GetAttempt GetAttempt1, object userState ) : void
GetAttempt1 GetAttempt
userState object
Résultat void

GetAttemptListAsync() public méthode

public GetAttemptListAsync ( GetAttemptList GetAttemptList1 ) : void
GetAttemptList1 GetAttemptList
Résultat void

GetAttemptListAsync() public méthode

public GetAttemptListAsync ( GetAttemptList GetAttemptList1, object userState ) : void
GetAttemptList1 GetAttemptList
userState object
Résultat void

LETSIRTE_Service() public méthode

public LETSIRTE_Service ( ) : System
Résultat System

SetAsync() public méthode

public SetAsync ( Set Set1 ) : void
Set1 Set
Résultat void

SetAsync() public méthode

public SetAsync ( Set Set1, object userState ) : void
Set1 Set
userState object
Résultat void