System.Tether.Manager.TTetheringAdapter.NotifyShutdown

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

Delphi

procedure NotifyShutdown; virtual;

C++

virtual void __fastcall NotifyShutdown();

プロパティ

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


説明

アダプタのマネージャのシャットダウンを、アダプタのマネージャとペアになっているすべてのリモート マネージャ(あなたのアダプタのマネージャも含む)に、通知します。

アダプタのマネージャを無効化(EnabledFalseに)または破壊すると、アダプタのマネージャはそのアダプタに対して NotifyShutdown を呼び出します。


NotifyShutdown は、アダプタのマネージャのシャットダウンを、そのアダプタのマネージャとペアになっているすべてのリモート マネージャ(アダプタのマネージャも含む)に、通知します。

リモート アダプタは、このシャットダウン通知を受け取ると、DoRemoteManagerShutdown を呼び出して、通知を処理します。

メモ: TTetheringAdapter のサブクラスは、NotifyShutdown を実装します。たとえば、TTetheringNetworkAdapterCommon.NotifyShutdown です。

関連項目