.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    GetAsync Method

    GetAsync(TKey)

    Gets the value for the specified key.

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

    The key.

    Returns
    Task<TValue>

    The value for the specified key, if any; otherwise default(TValue).

    Remarks

    This methods interacts with the server-side MapStore. If no value for the specified key is found in memory, MapLoader.load(...) is invoked to try to load the value from the MapStore backing the map, if any.

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