ArcFM Solution Developer Guide
OnShutDown Method


Syntax
'Declaration
 
Public Overridable Function OnShutDown( _
   ByVal e As System.ComponentModel.CancelEventArgs _
) As System.Threading.Tasks.Task
'Usage
 
Dim instance As ModuleManager
Dim e As System.ComponentModel.CancelEventArgs
Dim value As System.Threading.Tasks.Task
 
value = instance.OnShutDown(e)
public virtual System.Threading.Tasks.Task OnShutDown( 
   System.ComponentModel.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