C# Класс GSF.Threading.AtomicInt64

Since 64 bit reads/asignments are not atomic on a 32-bit process, this class wrapps the Interlocked class to if using a 32-bit process to ensure atomic reads/writes.
Показать файл Открыть проект

Открытые методы

Метод Описание
AtomicInt64 ( long value ) : System

Creates a new AtomicInt64

Описание методов

AtomicInt64() публичный Метод

Creates a new AtomicInt64
public AtomicInt64 ( long value ) : System
value long
Результат System