IMessageSink.AsyncProcessMessage Method
Asynchronously processes the given message.
Assembly: mscorlib (in mscorlib.dll)
'Declaration <SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags := SecurityPermissionFlag.Infrastructure)> _ Function AsyncProcessMessage ( _ msg As IMessage, _ replySink As IMessageSink _ ) As IMessageCtrl 'Usage Dim instance As IMessageSink Dim msg As IMessage Dim replySink As IMessageSink Dim returnValue As IMessageCtrl returnValue = instance.AsyncProcessMessage(msg, _ replySink)
Parameters
- msg
- Type: System.Runtime.Remoting.Messaging.IMessage
The message to process.
- replySink
- Type: System.Runtime.Remoting.Messaging.IMessageSink
The reply sink for the reply message.
Return Value
Type: System.Runtime.Remoting.Messaging.IMessageCtrlReturns an IMessageCtrl interface that provides a way to control asynchronous messages after they have been dispatched.
| Exception | Condition |
|---|---|
| SecurityException | The immediate caller makes the call through a reference to the interface and does not have infrastructure permission. |
- SecurityPermission
for operating with infrastructure code. Demand value: SecurityAction.LinkDemand; Permission value: SecurityPermissionFlag.Infrastructure
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.