WSTrustChannel.EndCancel 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
完成非同步作業以將 WS-Trust 取消訊息傳送至端點。
多載
EndCancel(IAsyncResult) |
完成非同步作業以傳送 BeginCancel(Message, AsyncCallback, Object) 方法所啟始的 WS-Trust 取消訊息。 |
EndCancel(IAsyncResult, RequestSecurityTokenResponse) |
完成非同步作業以傳送 BeginCancel(RequestSecurityToken, AsyncCallback, Object) 方法所啟始的 WS-Trust 取消訊息。 |
EndCancel(IAsyncResult)
完成非同步作業以傳送 BeginCancel(Message, AsyncCallback, Object) 方法所啟始的 WS-Trust 取消訊息。
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-Trust 取消訊息。
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 參考。
RequestSecurityTokenResponse,表示 STS 回應。