共用方式為


WSTrustServiceContract.EndTrust13RenewResponse(IAsyncResult) 方法

定義

完成 WS-Trust 1.3 RSTR/更新訊息的非同步呼叫。

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

參數

ar
IAsyncResult

起始非同步呼叫之 Begin 方法所傳回的 IAsyncResult 物件。

傳回

包含序列化 RSTR 訊息的 Message 物件。

實作

適用於