ArcFM Responder Mobile Developer Guide
Cleanup(String,Int32) Method






Syntax
'Declaration
 
Public Overloads Overridable Sub Cleanup( _
   ByRef sMsg As System.String, _
   ByRef Status As System.Integer _
) 
'Usage
 
Dim instance As PxApplicationClass
Dim sMsg As System.String
Dim Status As System.Integer
 
instance.Cleanup(sMsg, Status)
public virtual void Cleanup( 
   out System.string sMsg,
   out System.int Status
)
public procedure Cleanup( 
   Out  sMsg: System.String;
   Out  Status: System.Integer
); virtual; 
public function Cleanup( 
   sMsg : System.String,
   Status : System.int
);
public: virtual void Cleanup( 
   [PARAMFLAG::Out] System.string* sMsg,
   [PARAMFLAG::Out] System.int Status
) 
public:
virtual void Cleanup( 
   [Out] System.String^ sMsg,
   [Out] System.int Status
) 

Parameters

sMsg
Status
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

PxApplicationClass Class
PxApplicationClass Members
Overload List

Send Feedback