System.Tether.Manager.TTetheringManagerCommunicationThread.CancelDiscoverProfilesTimer

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

Delphi

procedure CancelDiscoverProfilesTimer(const AConnection: string);

C++

void __fastcall CancelDiscoverProfilesTimer(const System::UnicodeString AConnection);

プロパティ

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


説明

プロファイル検知開始の際に、作成されたタイマを停止します。

AConnection パラメータを受け取り、そのパラメータを使用して、TNetworkInfo.EndProfilesTimer のどのインスタンスを停止するかを決定します。

CancelProfilesDiscovery は、この関数を呼び出します。

関連項目