ArcFM Solution Developer Guide
AsyncProcessMessage Method


Syntax
'Declaration
 
Public Function AsyncProcessMessage( _
   ByVal msg As System.Runtime.Remoting.Messaging.IMessage, _
   ByVal replySink As System.Runtime.Remoting.Messaging.IMessageSink _
) As System.Runtime.Remoting.Messaging.IMessageCtrl
'Usage
 
Dim instance As IdentityClientSink
Dim msg As System.Runtime.Remoting.Messaging.IMessage
Dim replySink As System.Runtime.Remoting.Messaging.IMessageSink
Dim value As System.Runtime.Remoting.Messaging.IMessageCtrl
 
value = instance.AsyncProcessMessage(msg, replySink)
public System.Runtime.Remoting.Messaging.IMessageCtrl AsyncProcessMessage( 
   System.Runtime.Remoting.Messaging.IMessage msg,
   System.Runtime.Remoting.Messaging.IMessageSink replySink
)

Parameters

msg
replySink
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IdentityClientSink Class
IdentityClientSink Members

 

 


Send Comment