.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    GetAsync Method

    GetAsync(TKey)

    Returns the collection of values associated with the key.

    Declaration
    Task<IReadOnlyCollection<TValue>> GetAsync(TKey key)
    Parameters
    TKey key

    the key whose associated values are to be returned

    Returns
    Task<IReadOnlyCollection<TValue>>

    the collection of the values associated with the key.

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