System.Tether.Manager.TTetheringAdapter.EndManagersTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndManagersTimer(const Sender: TObject); virtual;

C++

virtual void __fastcall EndManagersTimer(System::TObject* const Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter

Description

Registers discovered remote managers after the maximum time for discovery of remote managers passes.

StartManagersDiscovery creates an internal timer with the timeout that it receives as a parameter, and starts that timer. The timer calls EndManagersTimer when the specified time passes.

EndManagersTimer registers in its Manager any remote manager discovered so far, and triggers the OnEndManagersDiscovery event of its manager.

Note: Sender is always nil.

See Also