System::Threading::Interlocked::Read 方法

Interlocked::Read method

返回一个 64 位值,以原子操作加载。

static int64_t System::Threading::Interlocked::Read(int64_t &location1)
参数类型描述
location1int64_t&要加载的 64 位值。

ReturnValue

已加载的值。

另见