.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    GetMultiMapAsync Method

    GetMultiMapAsync<TKey, TValue>(string)

    Gets an IHMultiMap<TKey, TValue> distributed object.

    Declaration
    Task<IHMultiMap<TKey, TValue>> GetMultiMapAsync<TKey, TValue>(string name)
    Parameters
    string name

    The unique name of the map.

    Returns
    Task<IHMultiMap<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-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.