IAtomicLongSet Method Hazelcast .Net Client Class Library
Atomically sets the given value.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.1
Syntax

void Set(
	long newValue
)

Parameters

newValue
Type: SystemInt64
the new value
Remarks

Atomically sets the given value.
See Also

Reference