SecureBlackbox

200+ components and classes for all aspects of digital security of your data

Filter: C#/Java  VB.NET  Pascal  C++  


TElCustomSSHSubsystemHandler.Finalize

TElCustomSSHSubsystemHandler     See also     


 

Descendants have to override this method to perform necessary cleanup.

 

Declaration

[C#/Java]
    virtual void Finalize();

[VB.NET]
    Overridable Sub Finalize()

[Pascal]
    procedure Finalize; virtual;

[C++]
    not implemented;

   

Description

    Override this method in TElCustomSSHSubsystemHandler descendants so that they can perform cleanup of used resources (if necessary).

   

See also:     Initialize    

 
Back to top