System.Tether.Manager.TTetheringAdapter.CancelManagersDiscovery

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CancelManagersDiscovery;

C++

void __fastcall CancelManagersDiscovery();

Properties

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

Description

Cancels a manager discovery operation started by either StartManagersAutoConnect or StartManagersDiscovery.

The StartManagersAutoConnect and StartManagersDiscovery procedures start a discovery operation. When the discovery operation finishes, the internal timer started by either of these procedures calls AutoConnectEndManagersTimer or EndManagersTimer respectively. CancelManagersDiscovery aborts the on-going discovery operation and prevents the call to either AutoConnectEndManagersTimer or EndManagersTimer.

See Also