.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    GetMapAsync Method

    GetMapAsync<TKey, TValue>(String)

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

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

    The unique name of the v.

    Returns
    Task<IHTxMap<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
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.