IHazelcastInstanceGetAtomicLong Method Hazelcast .Net Client Class Library
Creates cluster-wide atomic long.

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

IAtomicLong GetAtomicLong(
	string name
)

Parameters

name
Type: SystemString
name of the IAtomicLong proxy

Return Value

Type: IAtomicLong
IAtomicLong proxy for the given name
Remarks

Creates cluster-wide atomic long. Hazelcast IAtomicLong is distributed implementation of Interlocked.
See Also

Reference