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