System::Threading::Interlocked::Read 方法
Interlocked::Read method
返回一个 64 位值,以原子操作加载。
static int64_t System::Threading::Interlocked::Read(int64_t &location1)
| 参数 | 类型 | 描述 |
|---|---|---|
| location1 | int64_t& | 要加载的 64 位值。 |
ReturnValue
已加载的值。
另见
- Class Interlocked
- Namespace System::Threading
- Library Aspose.Font for C++