WSTrustServiceContract.EndTrustFeb2005Issue(IAsyncResult) Method

Definition

Complete an Asynchronous call to Trust Feb 2005 Cancel message.

public:
 virtual System::ServiceModel::Channels::Message ^ EndTrustFeb2005Issue(IAsyncResult ^ ar);
public System.ServiceModel.Channels.Message EndTrustFeb2005Issue (IAsyncResult ar);
abstract member EndTrustFeb2005Issue : IAsyncResult -> System.ServiceModel.Channels.Message
override this.EndTrustFeb2005Issue : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndTrustFeb2005Issue (ar As IAsyncResult) As Message

Parameters

ar
IAsyncResult

The IAsyncResult object returned by the Begin method that initiated the asynchronous call.

Returns

A Message object that contains the serialized RSTR message.

Implements

Applies to