IWSTrust13AsyncContract.BeginTrust13ValidateResponse Methode

Definition

Definiert die asynchrone RSTR/Validate-Methode für das WS-Trust 1.3-Protokoll.

public:
 IAsyncResult ^ BeginTrust13ValidateResponse(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Validate", AsyncPattern=true, Name="Trust13ValidateResponseAsync", ReplyAction="*")]
public IAsyncResult BeginTrust13ValidateResponse(System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Validate", AsyncPattern=true, Name="Trust13ValidateResponseAsync", ReplyAction="*")>]
abstract member BeginTrust13ValidateResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrust13ValidateResponse (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult

Parameter

request
Message

A Message that represents the request message, which contains the RST.

callback
AsyncCallback

Der Delegat AsyncCallback , der die Benachrichtigung über den Abschluss des asynchronen Vorgangs empfängt.

state
Object

Ein Objekt, das Statusinformationen enthält, die dem asynchronen Vorgang zugeordnet sind.

Gibt zurück

Der IAsyncResult Verweis auf den asynchronen Vorgang.

Attribute

Gilt für: