IServerResponseChannelSinkStack.AsyncProcessResponse Metoda

Definicja

Żąda asynchronicznego przetwarzania wywołania metody ujścia w bieżącym stosie ujścia.

public:
 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
[<System.Security.SecurityCritical>]
abstract member 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)

Parametry

msg
IMessage

Komunikat odpowiedzi.

headers
ITransportHeaders

Nagłówki pobrane ze strumienia odpowiedzi serwera.

stream
Stream

Strumień wracający z ujścia transportu.

Atrybuty

Uwagi

Metoda AsyncProcessResponse inicjuje przetwarzanie asynchroniczne na górnym ujściu w bieżącym stosie ujścia. Aby uzyskać dodatkowe informacje, zobacz metodę AsyncProcessResponse .

Dotyczy