ArcFM Desktop Developer Guide
ProcessMessage Method (IMMPxMessaging)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Identifies the format of the incoming message as String.
Identifies the action to be performed (e.g., update, create, delete, execute) as String.
The object on which the action is performed (e.g., session, design, work request) as String.
The version associated with the incoming message as String.
The incoming message as String.
This method carries the type, verb, noun and version values from the external application. When it finds a match in the MM_PX_MESSAGING table, it uses the corresponding message processor.
Syntax
'Declaration
 
Function ProcessMessage( _
   ByRef sType As String, _
   ByRef sVerb As String, _
   ByRef sNoun As String, _
   ByRef sVersion As String, _
   ByRef sMessage As String _
) As String
'Usage
 
Dim instance As IMMPxMessaging
Dim sType As String
Dim sVerb As String
Dim sNoun As String
Dim sVersion As String
Dim sMessage As String
Dim value As String
 
value = instance.ProcessMessage(sType, sVerb, sNoun, sVersion, sMessage)
string ProcessMessage( 
   ref string sType,
   ref string sVerb,
   ref string sNoun,
   ref string sVersion,
   ref string sMessage
)

Parameters

sType
Identifies the format of the incoming message as String.
sVerb
Identifies the action to be performed (e.g., update, create, delete, execute) as String.
sNoun
The object on which the action is performed (e.g., session, design, work request) as String.
sVersion
The version associated with the incoming message as String.
sMessage
The incoming message as String.

Return Value

String
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

IMMPxMessaging Interface
IMMPxMessaging Members

 

 


Send Comment