System.Tether.Manager.TTetheringAdapter.AutoConnectEndManagersTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AutoConnectEndManagersTimer(const Sender: TObject); virtual;

C++

virtual void __fastcall AutoConnectEndManagersTimer(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 automatic connection to remote managers passes.

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

AutoConnectEndManagersTimer registers in its Manager any remote manager discovered so far.

Note: Sender is always nil.

See Also