IWSTrustContract.BeginCancel(Message, AsyncCallback, Object) Methode

Definition

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

public:
 IAsyncResult ^ BeginCancel(System::ServiceModel::Channels::Message ^ message, AsyncCallback ^ callback, System::Object ^ asyncState);
[System.ServiceModel.OperationContract(Action="*", AsyncPattern=true, Name="Cancel", ReplyAction="*")]
public IAsyncResult BeginCancel(System.ServiceModel.Channels.Message message, AsyncCallback callback, object asyncState);
[<System.ServiceModel.OperationContract(Action="*", AsyncPattern=true, Name="Cancel", ReplyAction="*")>]
abstract member BeginCancel : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginCancel (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: