ArcFM Responder Mobile Developer Guide
Shutdown Method (__PxApplication_SinkHelper)






Syntax
'Declaration
 
Public Sub Shutdown( _
   ByRef A_1 As System.Boolean _
) 
'Usage
 
Dim instance As __PxApplication_SinkHelper
Dim A_1 As System.Boolean
 
instance.Shutdown(A_1)
public void Shutdown( 
   ref System.bool A_1
)
public procedure Shutdown( 
   var  A_1: System.Boolean
); 
public function Shutdown( 
   A_1 : System.boolean
);
public: void Shutdown( 
   ref System.bool A_1
) 
public:
void Shutdown( 
   System.bool% A_1
) 

Parameters

A_1
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

__PxApplication_SinkHelper Class
__PxApplication_SinkHelper Members

Send Feedback