Discuss this help topic in SecureBlackbox Forum

TElSSHClient Destructor

TElSSHClient     See also     


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


This method destroys the instance of TElSSHClient class

Declaration

[C#/Java]
    not applicable;

[VB.NET]
    not applicable;

[Pascal]
    destructor Destroy;

[C++]
    not available

[PHP]
    not available

Description

    Use this method to dispose of TElSSHClient object. Destructor stops all activity and deletes the object.

     Note,you should not destroy an object from the event handlers.

See also:     Constructor    

Discuss this help topic in SecureBlackbox Forum