System.SyncObjs.TSpinWait.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: Integer read FCount;

C++

__property int Count = {read=FCount};

Properties

Type Visibility Source Unit Parent
property public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TSpinWait

Description

Specifies the value of the spin counter.

Read the Count property to obtain the value of the counter that tracks the number of spins for a certain waiting thread.

See Also