API:System.Tether.AppProfile.TTetheringAppProfile.Disconnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Disconnect(const AProfile: TTetheringProfileInfo); override;

C++

virtual void __fastcall Disconnect(const System::Tether::Manager::TTetheringProfileInfo &AProfile);

Properties

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

Description

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

System.Tether.AppProfile.TTetheringAppProfile.Disconnect inherits from System.Tether.Manager.TTetheringProfile.Disconnect. All content below this line refers to System.Tether.Manager.TTetheringProfile.Disconnect.

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