.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    GetMultiMapAsync Method

    GetMultiMapAsync<TKey, TValue>(string)

    Gets a IHTxMultiMap<TKey, TValue> transactional distributed object.

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

    The unique name of the v.

    Returns
    Task<IHTxMultiMap<TKey, TValue>>

    The transactional map that was retrieved or created.

    Type Parameters
    TKey

    The type of the keys.

    TValue

    The type of the values.

    In This Article
    • GetMultiMapAsync<TKey, TValue>(string)
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.