.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    GetAsync Method

    GetAsync(TKey)

    Gets value of the entry map to key if any, otherwise null.

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

    The key of the entry.

    Returns
    Task<TValue>

    Value of the entry if any, otherwise null.

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