次の方法で共有


IWSTrustChannelContract.EndRenew メソッド

定義

BeginRenew(RequestSecurityToken, AsyncCallback, Object) に対する呼び出しによって開始された非同期送信操作を完了します。

public:
 void EndRenew(IAsyncResult ^ result, [Runtime::InteropServices::Out] System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ % response);
public void EndRenew (IAsyncResult result, out System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse response);
abstract member EndRenew : IAsyncResult * RequestSecurityTokenResponse -> unit
Public Sub EndRenew (result As IAsyncResult, ByRef response As RequestSecurityTokenResponse)

パラメーター

result
IAsyncResult

保留状態の非同期送信要求への参照。

適用対象