EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureServer Destructor

TElSecureServer     See also    


 

Disposes of the TElSecureServer object.

 
 

Declaration

[C#]
    not applicable;

[VB.NET]
    not applicable;

[Pascal]
    destructor Destroy;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[DLL]
    __stdcall void SBServerDestroy(HANDLE handle);
 
 

Parameters

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

Description

    Use this method to dispose of TElSecureServer object. Destructor 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