Share via


WSTrustServiceContract.BeginTrust13ValidateResponse Metodo

Definizione

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

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.

Restituisce

Oggetto IAsyncResult da passare nuovamente al metodo finale corrispondente per completare la chiamata asincrona.

Implementazioni

Si applica a