共用方式為


WSTrustChannel.EndCancel 方法

定義

完成非同步作業以將 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 參考。

傳回

Message

從 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 參考。

實作

適用於