WSTrustChannel.EndRenew 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
完成异步操作发送 WS 信任更新消息到终结点。
重载
EndRenew(IAsyncResult) |
完成异步操作以发送由 BeginRenew(Message, AsyncCallback, Object) 方法启动的 WS 信任更新消息。 |
EndRenew(IAsyncResult, RequestSecurityTokenResponse) |
完成异步操作以发送由 BeginRenew(RequestSecurityToken, AsyncCallback, Object) 方法启动的 WS 信任更新消息。 |
EndRenew(IAsyncResult)
完成异步操作以发送由 BeginRenew(Message, AsyncCallback, Object) 方法启动的 WS 信任更新消息。
public:
virtual System::ServiceModel::Channels::Message ^ EndRenew(IAsyncResult ^ asyncResult);
public System.ServiceModel.Channels.Message EndRenew (IAsyncResult asyncResult);
abstract member EndRenew : IAsyncResult -> System.ServiceModel.Channels.Message
override this.EndRenew : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndRenew (asyncResult As IAsyncResult) As Message
参数
- asyncResult
- IAsyncResult
未完成的异步发送请求的 IAsyncResult 引用。
返回
从 STS 返回的 Message。
实现
适用于
EndRenew(IAsyncResult, RequestSecurityTokenResponse)
完成异步操作以发送由 BeginRenew(RequestSecurityToken, AsyncCallback, Object) 方法启动的 WS 信任更新消息。
public:
virtual void EndRenew(IAsyncResult ^ result, [Runtime::InteropServices::Out] System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ % rstr);
public void EndRenew (IAsyncResult result, out System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse rstr);
abstract member EndRenew : IAsyncResult * RequestSecurityTokenResponse -> unit
override this.EndRenew : IAsyncResult * RequestSecurityTokenResponse -> unit
Public Sub EndRenew (result As IAsyncResult, ByRef rstr As RequestSecurityTokenResponse)
参数
- result
- IAsyncResult
对未完成的异步发送请求的引用。
表示 STS 响应的 RequestSecurityTokenResponse。