| IHazelcastInstanceGetAtomicLong Method |
Creates cluster-wide atomic long.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax IAtomicLong GetAtomicLong(
string name
)
Function GetAtomicLong (
name As String
) As IAtomicLong
IAtomicLong^ GetAtomicLong(
String^ name
)
abstract GetAtomicLong :
name : string -> IAtomicLong
Parameters
- name
- Type: SystemString
name of the IAtomicLong proxy
Return Value
Type:
IAtomicLongIAtomicLong proxy for the given name
Remarks
Creates cluster-wide atomic long. Hazelcast IAtomicLong is distributed
implementation of Interlocked.
See Also