System.Tether.Manager.TTetheringProfile.Disconnect

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

Delphi

procedure Disconnect(const AProfile: TTetheringProfileInfo); virtual;

C++

virtual void __fastcall Disconnect(const TTetheringProfileInfo &AProfile);

プロパティ

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


説明

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


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

関連項目