Harness proD API Help
EPLAN.Harness.API.Plugins Namespace / IHpDPluginLoader Interface / Terminate Method
In This Topic
    Terminate Method (IHpDPluginLoader)
    In This Topic
    Plugin loader termination.
    Syntax
    void Terminate()
    Remarks
    This method will be called while application is closing. First every single plugin will be terminated then this method is called. Termination method can be used to release all unmanaged resources, references, etc.
    See Also