IMessageSink.AsyncProcessMessage Method
.NET Framework 2.0
Asynchronously processes the given message.
Namespace: System.Runtime.Remoting.Messaging
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
'Declaration 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)
IMessageCtrl AsyncProcessMessage ( IMessage msg, IMessageSink replySink )
function AsyncProcessMessage (
msg : IMessage,
replySink : IMessageSink
) : IMessageCtrl
Parameters
- msg
The message to process.
- replySink
The reply sink for the reply message.
Return Value
Returns an IMessageCtrl interface that provides a way to control asynchronous messages after they have been dispatched.- SecurityPermission for operating with infrastructure code. Demand value: SecurityAction.LinkDemand; Permission value: SecurityPermissionFlag.Infrastructure
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: