IWSTrustContract.BeginValidate(Message, AsyncCallback, Object) Methode

Definition

Die asynchrone Begin-Methode für die WS-Trust Validate-Bindung.

public:
 IAsyncResult ^ BeginValidate(System::ServiceModel::Channels::Message ^ message, AsyncCallback ^ callback, System::Object ^ asyncState);
[System.ServiceModel.OperationContract(Action="*", AsyncPattern=true, Name="Validate", ReplyAction="*")]
public IAsyncResult BeginValidate(System.ServiceModel.Channels.Message message, AsyncCallback callback, object asyncState);
[<System.ServiceModel.OperationContract(Action="*", AsyncPattern=true, Name="Validate", ReplyAction="*")>]
abstract member BeginValidate : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginValidate (message As Message, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameter

message
Message

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

callback
AsyncCallback

Eine optionale AsyncCallback Stellvertretung, die aufgerufen werden soll, wenn die Übermittlung abgeschlossen ist.

asyncState
Object

Ein vom Benutzer bereitgestelltes Objekt, das diese spezielle asynchrone Sendeanforderung von anderen Anforderungen unterscheidet.

Gibt zurück

Ein IAsyncResult Objekt, das den asynchronen Sendevorgang darstellt, der noch aussteht.

Attribute

Gilt für: