WSTrustChannel.EndCancel Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Completa un'operazione asincrona per inviare un messaggio WS-Trust Cancel a un endpoint.
Overload
EndCancel(IAsyncResult) |
Completa un'operazione asincrona per inviare un messaggio WS-Trust Cancel dal metodo di BeginCancel(Message, AsyncCallback, Object) . |
EndCancel(IAsyncResult, RequestSecurityTokenResponse) |
Completa un'operazione asincrona per inviare un messaggio WS-Trust Cancel dal metodo di BeginCancel(RequestSecurityToken, AsyncCallback, Object) . |
EndCancel(IAsyncResult)
Completa un'operazione asincrona per inviare un messaggio WS-Trust Cancel dal metodo di BeginCancel(Message, AsyncCallback, Object) .
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
Parametri
- asyncResult
- IAsyncResult
Riferimento IAsyncResult alla richiesta di invio asincrona in sospeso.
Restituisce
Message restituito dall'STS.
Implementazioni
Si applica a
EndCancel(IAsyncResult, RequestSecurityTokenResponse)
Completa un'operazione asincrona per inviare un messaggio WS-Trust Cancel dal metodo di BeginCancel(RequestSecurityToken, AsyncCallback, Object) .
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)
Parametri
- result
- IAsyncResult
Riferimento IAsyncResult alla richiesta di invio asincrona in sospeso.
RequestSecurityTokenResponse che rappresenta la risposta STS.