.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    GetMapAsync Method

    GetMapAsync<TKey, TValue>(string)

    Gets an IHMap<TKey, TValue> distributed object.

    Declaration
    Task<IHMap<TKey, TValue>> GetMapAsync<TKey, TValue>(string name)
    Parameters
    string name

    The unique name of the map.

    Returns
    Task<IHMap<TKey, TValue>>

    The map that was retrieved or created.

    Type Parameters
    TKey

    The type of the keys.

    TValue

    The type of the values.

    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.