WSTrustChannel.EndCancel Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Dokončí asynchronní operaci pro odeslání zprávy WS-Trust Cancel do koncového bodu.
Přetížení
EndCancel(IAsyncResult) |
Dokončí asynchronní operaci pro odeslání zprávy WS-Trust Cancel iniciované BeginCancel(Message, AsyncCallback, Object) metodou . |
EndCancel(IAsyncResult, RequestSecurityTokenResponse) |
Dokončí asynchronní operaci pro odeslání zprávy WS-Trust Cancel iniciované BeginCancel(RequestSecurityToken, AsyncCallback, Object) metodou . |
EndCancel(IAsyncResult)
Dokončí asynchronní operaci pro odeslání zprávy WS-Trust Cancel iniciované BeginCancel(Message, AsyncCallback, Object) metodou .
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
Parametry
- asyncResult
- IAsyncResult
Odkaz IAsyncResult na nevyřízený asynchronní požadavek na odeslání.
Návraty
Objekt Message vrácený ze sts.
Implementuje
Platí pro
EndCancel(IAsyncResult, RequestSecurityTokenResponse)
Dokončí asynchronní operaci pro odeslání zprávy WS-Trust Cancel iniciované BeginCancel(RequestSecurityToken, AsyncCallback, Object) metodou .
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)
Parametry
- result
- IAsyncResult
Odkaz IAsyncResult na nevyřízený asynchronní požadavek na odeslání.
Představuje RequestSecurityTokenResponse odpověď služby STS.