ArcFM Engine Developer Guide
Shutdown Method (FeederInfoProvider)


Version: 10.2.1a

Resource Center Home

Releases resources so that stand-alone applications can shutdown cleanly. Calling this method releases resources and COM object references acquired by the workspace extension. This only applies to the workspace who's connection properties were passed in to this object's constructor. This should only be called when you are finished with that workspace. It's not necessary to call this method from an ArcGIS or ArcFM application extension, add-in, or custom tool.
Syntax
'Declaration
 
Public Sub Shutdown() 
'Usage
 
Dim instance As FeederInfoProvider
 
instance.Shutdown()
public void Shutdown()
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

FeederInfoProvider Class
FeederInfoProvider Members

 

 


Send Comment