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)
ParameterTypeDescription
location1int64_t&The 64-bit value to be loaded.

ReturnValue

The loaded value.

See Also