IAtomicReference<T> Interface
Namespace: Hazelcast.CP
Assembly: Hazelcast.Net.dll
Defines a redundant and highly-available distributed atomic reference.
public interface IAtomicReference<T> : ICPDistributedObject, IDistributedObject, IAsyncDisposable
  Inherited Members
Type Parameters
| T | 
Methods
| Name | Description | 
|---|---|
| ClearAsync() | Clears current stored reference, so it becomes   | 
      
| CompareAndSetAsync(T, T) | Compares the value for equality and, if equal, replaces the current value.  | 
      
| ContainsAsync(T) | Checks if the reference contains the value.  | 
      
| GetAndSetAsync(T) | Sets the current value, and returns the original value.  | 
      
| GetAsync() | Gets the current value.  | 
      
| IsNullAsync() | Checks if the stored reference is   | 
      
| SetAsync(T) | Sets the value.  |