System.Tether.Manager.TTetheringManager.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TTetheringManager();

Properties

Type Visibility Source Unit Parent
destructor public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManager

Description

Destroys this instance of TTetheringManager.

Before destroying your instance of TTetheringManager, Destroy:

  1. Calls NotifyShutdown on all its adapters. The adapters notify remote adapters about the manager shutdown.
  2. Calls Notification with opRemove as Operation on all its profiles. This makes nil the Manager property of the profiles of your manager.
Note: Destroy destroys the adapters of your manager, which your manager creates for each connected remote profile. However, Destroy does not destroy the instances of profiles registered in your manager.

See Also