IWSTrustFeb2005AsyncContract.BeginTrustFeb2005Validate Método

Definición

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

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

Parámetros

request
Message

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

callback
AsyncCallback

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

state
Object

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

Devoluciones

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

Atributos

Se aplica a