System.Tether.Manager.TTetheringProfile.DisconnectFromManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DisconnectFromManager(const AManagerId: string); virtual; abstract;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile

Description

Closes the connection between your profile and any connected remote profile published by the remote manager with the specified ID.

DisconnectFromManager is an abstract method. You must implement DisconnectFromManager in subclasses of TTetheringProfile.

See Also