.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    GetKeysAsync Method

    GetKeysAsync()

    Transactional implementation of IHMap<TKey,TValue>.GetKeysAsync().

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

    All keys.

    GetKeysAsync(IPredicate)

    Transactional implementation of GetKeysAsync(IPredicate).

    Declaration
    Task<IReadOnlyList<TKey>> GetKeysAsync(IPredicate predicate)
    Parameters
    IPredicate predicate

    An predicate to filter the entries with.

    Returns
    Task<IReadOnlyList<TKey>>

    All keys matching the predicate.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.