Exchange64

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWInterlocked > Methods >

Exchange64

SIGNATURE=IW.Common.Interlocked.TIWInterlocked.Exchange64@Int64@Int64

 

ETYPE=Method

 

Declaration:

Delphi:

public class function Exchange64(var Target: Int64; Value: Int64): Int64; overload; static;

C++:

public: static __fastcall __int64 Exchange64(__int64 Target, __int64 Value);

 

Description: Sets a 64-bit variable to the specified value as an atomic operation Returns the initial value of the Target parameter