IWSTrustContract.EndCancel(IAsyncResult) Methode

Definition

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

public:
 System::ServiceModel::Channels::Message ^ EndCancel(IAsyncResult ^ asyncResult);
public System.ServiceModel.Channels.Message EndCancel(IAsyncResult asyncResult);
abstract member EndCancel : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndCancel (asyncResult As IAsyncResult) As Message

Parameter

asyncResult
IAsyncResult

Ein Verweis auf die ausstehende asynchrone Sendeanforderung.

Gibt zurück

A Message that represents the response message, which contains the RSTR.

Gilt für: