Freigeben über


IWSTrust13AsyncContract.BeginTrust13Validate Methode

Definition

Definiert die asynchrone Validate-Methode für das Protokoll WS-Trusts 1.3.

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

Parameter

request
Message

Eine Message, die die Zeile darstellt, die die Anforderungsnachricht mit dem RST enthält.

callback
AsyncCallback

Der AsyncCallback-Delegat, der die Benachrichtigung erhält, dass der asynchrone Vorgang abgeschlossen wurde.

state
Object

Ein Objekt mit den Zustandsinformationen, die dem asynchronen Vorgang zugeordnet sind.

Gibt zurück

Die IAsyncResult-Einstellung, die auf den asynchronen Vorgang verweist.

Attribute

Gilt für: