Click or drag to resize

HazelcastClientGetAtomicLong Method

Creates cluster-wide atomic long.

Namespace:  Hazelcast.Client
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public IAtomicLong GetAtomicLong(
	string name
)

Parameters

name
Type: SystemString
name of the IAtomicLong proxy

Return Value

Type: IAtomicLong
IAtomicLong proxy for the given name

Implements

IHazelcastInstanceGetAtomicLong(String)
Remarks
Creates cluster-wide atomic long. Hazelcast IAtomicLong is distributed implementation of Interlocked.
See Also