ServerChannelSinkStack.AsyncProcessResponse(IMessage, ITransportHeaders, Stream) Método
Definição
Solicita o processamento assíncrono de uma chamada de método nos coletores na pilha de coletores atual.Requests asynchronous processing of a method call on the sinks in the current sink stack.
public:
virtual void AsyncProcessResponse(System::Runtime::Remoting::Messaging::IMessage ^ msg, System::Runtime::Remoting::Channels::ITransportHeaders ^ headers, System::IO::Stream ^ stream);
public void AsyncProcessResponse (System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream);
[System.Security.SecurityCritical]
public void AsyncProcessResponse (System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream);
abstract member AsyncProcessResponse : System.Runtime.Remoting.Messaging.IMessage * System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
override this.AsyncProcessResponse : System.Runtime.Remoting.Messaging.IMessage * System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
[<System.Security.SecurityCritical>]
abstract member AsyncProcessResponse : System.Runtime.Remoting.Messaging.IMessage * System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
override this.AsyncProcessResponse : System.Runtime.Remoting.Messaging.IMessage * System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
Public Sub AsyncProcessResponse (msg As IMessage, headers As ITransportHeaders, stream As Stream)
Parâmetros
- msg
- IMessage
A mensagem a ser serializada para o fluxo solicitado.The message to be serialized onto the requested stream.
- headers
- ITransportHeaders
Os cabeçalhos recuperados do fluxo de resposta do servidor.The headers retrieved from the server response stream.
- stream
- Stream
O fluxo que está voltando do coletor de transporte.The stream coming back from the transport sink.
Implementações
- Atributos
Exceções
A pilha de coletores atual está vazia.The current sink stack is empty.
Comentários
Esse método inicializa o processamento assíncrono no coletor superior na pilha do coletor atual.This method initializes asynchronous processing on the top sink in the current sink stack. Para obter informações adicionais, consulte o AsyncProcessResponse método.For additional information, see the AsyncProcessResponse method.