ServerChannelSinkStack.AsyncProcessResponse Metodo

Definizione

Richiede l'elaborazione asincrona di una chiamata al metodo sui sink nello stack sink corrente.

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)

Parametri

msg
IMessage

Messaggio da serializzare nel flusso richiesto.

headers
ITransportHeaders

Intestazioni recuperate dal flusso di risposta del server.

stream
Stream

Flusso restituito dal sink di trasporto.

Implementazioni

Attributi

Eccezioni

Lo stack di sink corrente è vuoto.

Commenti

Questo metodo inizializza l'elaborazione asincrona nel sink superiore nello stack di sink corrente. Per altre informazioni, vedere il AsyncProcessResponse metodo .

Si applica a