ArcFM Server Developer Guide
OnShutDown Method (ModuleManager)


Syntax
'Declaration
 
Public Overridable Function OnShutDown( _
   ByVal e As CancelEventArgs _
) As Task
'Usage
 
Dim instance As ModuleManager
Dim e As CancelEventArgs
Dim value As Task
 
value = instance.OnShutDown(e)
public virtual Task OnShutDown( 
   CancelEventArgs e
)

Parameters

e
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ModuleManager Class
ModuleManager Members

 

 


Send Comment