IWSTrustFeb2005AsyncContract.BeginTrustFeb2005RenewResponse(Message, AsyncCallback, Object) Método

Definição

Define o método RSTR/Renew assíncrono para o protocolo WS-Trust Feb 2005.Defines the asynchronous RSTR/Renew method for the WS-Trust Feb 2005 protocol.

public:
 IAsyncResult ^ BeginTrustFeb2005RenewResponse(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Renew", AsyncPattern=true, Name="TrustFeb2005RenewResponseAsync", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Renew")]
public IAsyncResult BeginTrustFeb2005RenewResponse (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Renew", AsyncPattern=true, Name="TrustFeb2005RenewResponseAsync", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Renew")>]
abstract member BeginTrustFeb2005RenewResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrustFeb2005RenewResponse (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult

Parâmetros

request
Message

Um Message que representa a mensagem de solicitação, que contém o RST.A Message that represents the request message, which contains the RST.

callback
AsyncCallback

O delegado AsyncCallback que recebe a notificação da conclusão da operação assíncrona.The AsyncCallback delegate that receives notification of the completion of the asynchronous operation.

state
Object

Um objeto que contém informações de estado associadas à operação assíncrona.An object that contains state information associated with the asynchronous operation.

Retornos

IAsyncResult

O IAsyncResult que faz referência à operação assíncrona.The IAsyncResult that references the asynchronous operation.

Atributos

Aplica-se a