![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | IAtomicLongSet Method |
Atomically sets the given value.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntaxvoid Set(
long newValue
)
Sub Set (
newValue As Long
)
void Set(
long long newValue
)
abstract Set :
newValue : int64 -> unit
Parameters
- newValue
- Type: SystemInt64
the new value
RemarksAtomically sets the given value.
See Also