|
<< Click to Display Table of Contents >> Navigation: Classes > TIWInterlocked > Methods > Read64 |
SIGNATURE=IW.Common.Interlocked.TIWInterlocked.Read64@Int64
ETYPE=Method
Declaration:
Delphi: |
public class function Read64(var Target: Int64): Int64; overload; static; |
C++: |
public: static __fastcall __int64 Read64(__int64 Target); |
Description: Performs an atomic read of Target 64-bit variable by using a CompareExchange operation The function returns the value of Target variable