Hazelcast .NET
This page documents a development version of the Hazelcast .NET client. Its content is not final and remains subject to changes.
Search Results for

    Show / Hide Table of Contents

    GetValuesAsync Method

    GetValuesAsync()

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

    Declaration
    Task<IReadOnlyCollection<TValue>> GetValuesAsync()
    Returns
    Task<IReadOnlyCollection<TValue>>

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

    Remarks

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

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