共用方式為


BinaryClientFormatterSink.AsyncProcessRequest 方法

定義

要求目前接收上方法呼叫的非同步處理 (Asynchronous Processing)。

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)

參數

sinkStack
IClientChannelSinkStack

呼叫目前接收的通道接收堆疊。

msg
IMessage

要處理的訊息。

headers
ITransportHeaders

要加入至前往伺服器之外送訊息的標頭。

stream
Stream

流向傳輸接收的資料流。

實作

適用於

另請參閱