ArcFM Responder Mobile Developer Guide
ProcessMessage Method (GetDNClass)






Syntax
'Declaration
 
Public Overridable Function ProcessMessage( _
   ByRef sMessage As System.String _
) As System.String
'Usage
 
Dim instance As GetDNClass
Dim sMessage As System.String
Dim value As System.String
 
value = instance.ProcessMessage(sMessage)
public virtual System.string ProcessMessage( 
   ref System.string sMessage
)
public function ProcessMessage( 
   var  sMessage: System.String
): System.String; virtual; 
public function ProcessMessage( 
   sMessage : System.String
) : System.String;
public: virtual System.string* ProcessMessage( 
   ref System.string* sMessage
) 
public:
virtual 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

GetDNClass Class
GetDNClass Members

Send Feedback