.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    GetAllAsync Method

    GetAllAsync(ICollection<TKey>)

    Gets all entries for keys.

    Declaration
    Task<IReadOnlyDictionary<TKey, TValue>> GetAllAsync(ICollection<TKey> keys)
    Parameters
    ICollection<TKey> keys

    The keys.

    Returns
    Task<IReadOnlyDictionary<TKey, TValue>>

    The values for the specified keys.

    Remarks

    The returned readonly dictionary is NOT backed by the hazelcast map, so changes to the returned readonly dictionary are NOT reflected in the IHMap<TKey, TValue>, and vice-versa.

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.