ArcFM Responder Mobile Developer Guide
Shutdown Method (__PxApplication)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(4)>
<System.Runtime.InteropServices.PreserveSigAttribute()>
Sub Shutdown( _
   ByRef bCancel As System.Boolean _
) 
'Usage
 
Dim instance As __PxApplication
Dim bCancel As System.Boolean
 
instance.Shutdown(bCancel)
[System.Runtime.InteropServices.DispId(4)]
[System.Runtime.InteropServices.PreserveSig()]
void Shutdown( 
   out System.bool bCancel
)
procedure Shutdown( 
   Out  bCancel: System.Boolean
); 
System.Runtime.InteropServices.DispIdAttribute(4)
System.Runtime.InteropServices.PreserveSigAttribute()
function Shutdown( 
   bCancel : System.boolean
);
[System.Runtime.InteropServices.DispId(4)]
[System.Runtime.InteropServices.PreserveSig()]
void Shutdown( 
   [PARAMFLAG::Out] System.bool bCancel
) 
[System.Runtime.InteropServices.DispId(4)]
[System.Runtime.InteropServices.PreserveSig()]
void Shutdown( 
   [Out] System.bool bCancel
) 

Parameters

bCancel
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 Interface
__PxApplication Members

Send Feedback