System.Tether.Manager.TTetheringProfile.Disconnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Disconnect(const AProfile: TTetheringProfileInfo); virtual;

C++

virtual void __fastcall Disconnect(const TTetheringProfileInfo &AProfile);

Properties

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

Description

Closes the connection between your profile and the specified remote profile.

Disconnect triggers the OnDisconnect event and then removes AProfile from the list of connected remote profiles.

See Also