WSTrustServiceContract.BeginTrust13ValidateResponse Metodo

Definizione

Elabora una chiamata asincrona al messaggio WS-Trust 1.3 RSTR/Validate.

public:
 virtual IAsyncResult ^ BeginTrust13ValidateResponse(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginTrust13ValidateResponse(System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
abstract member BeginTrust13ValidateResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
override this.BeginTrust13ValidateResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrust13ValidateResponse (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult

Parametri

request
Message

Messaggio di richiesta in arrivo.

callback
AsyncCallback

Callback da richiamare al termine dell'operazione asincrona.

state
Object

Oggetto che contiene lo stato asincrono.

Valori restituiti

Oggetto IAsyncResult che deve essere passato al metodo end corrispondente per completare la chiamata asincrona.

Implementazioni

Si applica a