System.Tether.AppProfile.TTetheringAppProfile.DisconnectFromManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DisconnectFromManager(const AManagerId: string); override;

C++

virtual void __fastcall DisconnectFromManager(const System::UnicodeString AManagerId);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile

Description

Disconnects the application profile from the remote manager with the specified Identifier.

This method is called when the local manager unpairs from a remote manager.

See Also