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.Page for C++