Discuss this help topic in SecureBlackbox Forum

TElSSHServer Destructor

TElSSHServer     See also     


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


This method destroys the instance of TElSSHServer 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 TElSSHServer 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