.NET Client Documentation
5.2.2
Search Results for

    Show / Hide Table of Contents

    GetAtomicLongAsync Method

    GetAtomicLongAsync(string)

    Gets an IAtomicLong distributed object.

    Declaration
    Task<IAtomicLong> GetAtomicLongAsync(string name)
    Parameters
    string name

    The unique name of the atomic long.

    Returns
    Task<IAtomicLong>

    The atomic long that was retrieved or created.

    Remarks

    If an object with the specified name does not exist already in the cluster, a new object is created.

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