WSTrustServiceContract.BeginTrustFeb2005IssueResponse(Message, AsyncCallback, Object) Método

Definição

Processa uma chamada assíncrona para a mensagem RSTR/Issue do WS-Trust Feb 2005.Processes an asynchronous call to the WS-Trust Feb 2005 RSTR/Issue message.

public:
 virtual IAsyncResult ^ BeginTrustFeb2005IssueResponse(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginTrustFeb2005IssueResponse (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
abstract member BeginTrustFeb2005IssueResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
override this.BeginTrustFeb2005IssueResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrustFeb2005IssueResponse (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult

Parâmetros

request
Message

A mensagem de solicitação de entrada.The incoming request message.

callback
AsyncCallback

Um retorno de chamada a ser invocado quando a operação assíncrona termina.A callback to be invoked when the asynchronous operation ends.

state
Object

Um objeto que contém o estado assíncrono.An object that contains the asynchronous state.

Retornos

IAsyncResult

O IAsyncResult que deve ser passado de volta para o método End correspondente a fim de concluir a chamada assíncrona.The IAsyncResult that should be passed back to the corresponding end method to complete the asynchronous call.

Implementações

Aplica-se a