ICPSubsystem Interface
Namespace: Hazelcast.CP
Assembly: Hazelcast.Net.dll
Defines the CP subsystem.
public interface ICPSubsystem
Methods
Name | Description |
---|---|
GetAtomicLongAsync(string) | Gets an IAtomicLong distributed object. |
GetAtomicReferenceAsync<T>(string) | Gets an IAtomicReference<T> distributed object. |
GetLockAsync(string) | Gets an IFencedLock distributed object. |