AsyncResult::AsyncProcessMessage Method (IMessage^, IMessageSink^)
.NET Framework (current version)
Implements the IMessageSink interface.
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] virtual IMessageCtrl^ AsyncProcessMessage( IMessage^ msg, IMessageSink^ replySink )
Parameters
- msg
-
Type:
System.Runtime.Remoting.Messaging::IMessage^
The request IMessage interface.
- replySink
-
Type:
System.Runtime.Remoting.Messaging::IMessageSink^
The response IMessageSink interface.
The AsyncProcessMessage method of the IMessageSink interface is not relevant to the AsyncResult class. Implementation by AsyncResult throws a NotSupportedException. Instead, obtain an AsyncResult by casting the IAsyncResult interface returned by an asynchronous call made using a delegate.
.NET Framework
Available since 1.1
Available since 1.1
Show: