ArcFM Solution Developer Guide
SyncProcessMessage Method


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

Parameters

msg
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