.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    GetKeysAsync Method

    GetKeysAsync()

    Gets a IReadOnlyCollection<T> of the keys contained in this map.

    Declaration
    Task<IReadOnlyCollection<TKey>> GetKeysAsync()
    Returns
    Task<IReadOnlyCollection<TKey>>

    A IReadOnlyCollection<T> of the keys contained in this map.

    Remarks

    This method does not interact with the server-side MapStore. It returns the keys found in memory, but does not look for more keys in the MapStore backing the map, if any.

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