Implements the System.Runtime.Remoting.Messaging.IMessageSink interface.
- msg
- The request System.Runtime.Remoting.Messaging.IMessage interface.
- replySink
- The response System.Runtime.Remoting.Messaging.IMessageSink interface.
No value is returned.
The AsyncResult.AsyncProcessMessage(IMessage, IMessageSink) method of the System.Runtime.Remoting.Messaging.IMessageSink interface is not relevant to the System.Runtime.Remoting.Messaging.AsyncResult class. Implementation by System.Runtime.Remoting.Messaging.AsyncResult throws a NotSupportedException. Instead, obtain an System.Runtime.Remoting.Messaging.AsyncResult by casting the IAsyncResult interface returned by an asynchronous call made using a delegate.