System::Threading::Interlocked::Read method
Interlocked::Read method
Returns a 64-bit value, loaded as an atomic operation.
static int64_t System::Threading::Interlocked::Read(int64_t &location1)
Parameter | Type | Description |
---|---|---|
location1 | int64_t& | The 64-bit value to be loaded. |
ReturnValue
The loaded value.
See Also
- Class Interlocked
- Namespace System::Threading
- Library Aspose.PUB for C++