ArcFM Responder Mobile Developer Guide
ProcessMessage Method (IMMPxMessaging)






Syntax
'Declaration
 
Function ProcessMessage( _
   ByRef sType As System.String, _
   ByRef sVerb As System.String, _
   ByRef sNoun As System.String, _
   ByRef sVersion As System.String, _
   ByRef sMessage As System.String _
) As System.String
'Usage
 
Dim instance As IMMPxMessaging
Dim sType As System.String
Dim sVerb As System.String
Dim sNoun As System.String
Dim sVersion As System.String
Dim sMessage As System.String
Dim value As System.String
 
value = instance.ProcessMessage(sType, sVerb, sNoun, sVersion, sMessage)
System.string ProcessMessage( 
   ref System.string sType,
   ref System.string sVerb,
   ref System.string sNoun,
   ref System.string sVersion,
   ref System.string sMessage
)
function ProcessMessage( 
   var  sType: System.String;
   var  sVerb: System.String;
   var  sNoun: System.String;
   var  sVersion: System.String;
   var  sMessage: System.String
): System.String; 
function ProcessMessage( 
   sType : System.String,
   sVerb : System.String,
   sNoun : System.String,
   sVersion : System.String,
   sMessage : System.String
) : System.String;
System.string* ProcessMessage( 
   ref System.string* sType,
   ref System.string* sVerb,
   ref System.string* sNoun,
   ref System.string* sVersion,
   ref System.string* sMessage
) 
System.String^ ProcessMessage( 
   System.String^% sType,
   System.String^% sVerb,
   System.String^% sNoun,
   System.String^% sVersion,
   System.String^% sMessage
) 

Parameters

sType
sVerb
sNoun
sVersion
sMessage
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMPxMessaging Interface
IMMPxMessaging Members

Send Feedback