System.Tether.Manager.TTetheringManagerCommunicationThread.TCommandQueue.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Count: Integer;

C++

int __fastcall Count();

Properties

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

Description

Counts the commands currently in the queue.

Note: This function locks the queue and ensures that no other function can change the state of the queue until this function finishes.

See Also