ArcFM Engine Developer Guide
SyncProcessMessage Method


Syntax
'Declaration
 
Public Function SyncProcessMessage( _
   ByVal msg As IMessage _
) As IMessage
'Usage
 
Dim instance As IdentityClientSink
Dim msg As IMessage
Dim value As IMessage
 
value = instance.SyncProcessMessage(msg)
public IMessage SyncProcessMessage( 
   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