IAtomicLongDecrementAndGet Method Hazelcast .Net Client Class Library
Atomically decrements the current value by one.

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

long DecrementAndGet()

Return Value

Type: Int64
the updated value
Remarks

Atomically decrements the current value by one.
See Also

Reference