Click or drag to resize

IHazelcastInstanceGetAtomicLong Method

Creates cluster-wide atomic long.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
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