API:System.Tether.AppProfile.TTetheringAppProfile.Disconnect

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure Disconnect(const AProfile: TTetheringProfileInfo); override;

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile

説明

プロファイルと指定されたリモート プロファイルの間の接続をクローズします。

System.Tether.AppProfile.TTetheringAppProfile.Disconnect は System.Tether.Manager.TTetheringProfile.Disconnect を継承しています。以下の内容はすべて System.Tether.Manager.TTetheringProfile.Disconnect を参照しています。


プロファイルと指定されたリモート プロファイルの間の接続をクローズします。


Disconnect は、OnDisconnect イベントを発生させ、その後、AProfile を、接続されたリモート プロファイルのリストから削除します。

関連項目