EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureClient Destructor

TElSecureClient     See also    


 

Disposes of the TElSecureClient object.

 
 

Declaration

[C#]
    not applicable;

[VB.NET]
    not applicable;

[Pascal]
    destructor Destroy;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[DLL]
    __stdcall void SBClientDestroy(HANDLE handle);
 
 

Parameters

  • handle - handle to the TElSecureClient object that was returned by Constructor
 
 

Description

    Use this method to dispose of TElSecureClient object. Destroy stops all activity and deletes the object.

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

 
 

See also:     Constructor    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation