.NET Client Documentation
5.1.1
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-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.