C# Класс Rustici.LETSI.rtws.client.LETSIRTE_Service

Наследование: Microsoft.Web.Services3.WebServicesClientProtocol
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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