IAtomicLongAddAndGet Method Hazelcast .Net Client Class Library
Returns the name of this IAtomicLong instance.
Atomically adds the given value to the current value.

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

long AddAndGet(
	long delta
)

Parameters

delta
Type: SystemInt64
the value to add

Return Value

Type: Int64
name of this instance

Return Value

Type: Int64
the updated value
Remarks

Returns the name of this IAtomicLong instance.
Remarks

Atomically adds the given value to the current value.
See Also

Reference