ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Operation Class / Dispose Method

In This Topic
    Dispose Method (Operation)
    In This Topic
    Provides a mechanism for releasing unmanaged resources.
    Syntax
    public virtual void Dispose()
    Public Overridable Sub Dispose() 
    Remarks
    Before an OperationManager removes an Operation from its stack, it calls the Operation's Dispose method to give the Operation an opportunity to release any unmanaged resources.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also