ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.PluginDatastore Namespace / PluginDatasourceTemplate Class / Close Method

In This Topic
    Close Method (PluginDatasourceTemplate)
    In This Topic
    Formally closes the Plugin Datasource. This operation is the opposite of Open.
    Syntax
    public abstract void Close()
    Public MustOverride Sub Close() 
    Remarks
    • When the framework calls this method, the concrete implementation is expected to perform any necessary housekeeping and cleanup operation to close the plug-in data source.
    • The framework will ignore any exception that is raised by the concrete implementation.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also