.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    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
    ICPDistributedObject.GroupId
    IDistributedObject.ServiceName
    IDistributedObject.Name
    IDistributedObject.PartitionKey
    IDistributedObject.DestroyAsync()
    IAsyncDisposable.DisposeAsync()
    Type Parameters
    T

    Methods

    Name Description
    ClearAsync()

    Clears current stored reference, so it becomes null.

    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 null.

    SetAsync(T)

    Sets the value.

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.