.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    GetEntryViewAsync Method

    GetEntryViewAsync(TKey)

    Gets an entry with statistics for a key, or null if the map does not contain an entry with this key.

    Declaration
    Task<IMapEntryStats<TKey, TValue>> GetEntryViewAsync(TKey key)
    Parameters
    TKey key

    The key.

    Returns
    Task<IMapEntryStats<TKey, TValue>>

    An IMapEntryStats<TKey, TValue> for the specified key, or null if the map does not contain an entry with this key.

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