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