Udostępnij za pośrednictwem


IWSTrustFeb2005AsyncContract.BeginTrustFeb2005Validate Metoda

Definicja

Definiuje asynchroniczną metodę Validate dla protokołu WS-Trust lutego 2005 r.

public:
 IAsyncResult ^ BeginTrustFeb2005Validate(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Validate", AsyncPattern=true, Name="TrustFeb2005ValidateAsync", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Validate")]
public IAsyncResult BeginTrustFeb2005Validate (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Validate", AsyncPattern=true, Name="TrustFeb2005ValidateAsync", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Validate")>]
abstract member BeginTrustFeb2005Validate : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrustFeb2005Validate (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult

Parametry

request
Message

Element Message reprezentujący komunikat żądania zawierający RST.

callback
AsyncCallback

Delegat AsyncCallback , który odbiera powiadomienie o zakończeniu operacji asynchronicznej.

state
Object

Obiekt zawierający informacje o stanie skojarzone z operacją asynchroniczną.

Zwraca

Element IAsyncResult , który odwołuje się do operacji asynchronicznej.

Atrybuty

Dotyczy