ArcFM Responder Mobile Developer Guide
ProcessMessage Method (IMMPxMessageProcessor)






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

Parameters

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

IMMPxMessageProcessor Interface
IMMPxMessageProcessor Members

Send Feedback