Condividi tramite


BinaryClientFormatterSink.AsyncProcessRequest Metodo

Definizione

Richiede l'elaborazione asincrona di una chiamata al metodo nel sink corrente.

public:
 virtual void AsyncProcessRequest(System::Runtime::Remoting::Channels::IClientChannelSinkStack ^ sinkStack, System::Runtime::Remoting::Messaging::IMessage ^ msg, System::Runtime::Remoting::Channels::ITransportHeaders ^ headers, System::IO::Stream ^ stream);
public void AsyncProcessRequest(System.Runtime.Remoting.Channels.IClientChannelSinkStack sinkStack, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream);
abstract member AsyncProcessRequest : System.Runtime.Remoting.Channels.IClientChannelSinkStack * System.Runtime.Remoting.Messaging.IMessage * System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
override this.AsyncProcessRequest : System.Runtime.Remoting.Channels.IClientChannelSinkStack * System.Runtime.Remoting.Messaging.IMessage * System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
Public Sub AsyncProcessRequest (sinkStack As IClientChannelSinkStack, msg As IMessage, headers As ITransportHeaders, stream As Stream)

Parametri

sinkStack
IClientChannelSinkStack

Stack di sink di canale che ha chiamato il sink corrente.

msg
IMessage

Messaggio da elaborare.

headers
ITransportHeaders

Intestazioni da aggiungere al messaggio in uscita che punta al server.

stream
Stream

Flusso diretto verso il sink di trasporto.

Implementazioni

Si applica a