System.Runtime.Remoting.Messaging.IMessageSink.AsyncProcessMessage Method

Asynchronously processes the given message.

Syntax

public IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)

Parameters

msg
The message to process.
replySink
The reply sink for the reply message.

Returns

Returns an System.Runtime.Remoting.Messaging.IMessageCtrl interface that provides a way to control asynchronous messages after they have been dispatched.

Remarks

This method is invoked on the message sink by the remoting infrastructure or by a previous sink for asynchronous messages.

Requirements

Namespace: System.Runtime.Remoting.Messaging
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0