IWSTrustFeb2005AsyncContract.BeginTrustFeb2005ValidateResponse Método

Definición

Define el método RSTR/Validate asincrónico para el protocolo WS-Trust febrero de 2005.

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

Parámetros

request
Message

que Message representa el mensaje de solicitud, que contiene el RST.

callback
AsyncCallback

AsyncCallback Delegado que recibe la notificación de la finalización de la operación asincrónica.

state
Object

Objeto que contiene información de estado asociada a la operación asincrónica.

Devoluciones

que IAsyncResult hace referencia a la operación asincrónica.

Atributos

Se aplica a