AtomicInt64 Constructor
Initializes a new instance of the AtomicInt64 class with an optional initial value.
Namespace: SnapDB.ThreadingAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public AtomicInt64(
long value = 0
)
Public Sub New (
Optional value As Long = 0
)
public:
AtomicInt64(
long long value = 0
)
SnapDB.Threading.AtomicInt64 = function(value);
Parameters
- value Int64 (Optional)
- The optional initial value for the AtomicInt64. Default is 0.