.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    EntryExpired Method

    EntryExpired(Action<IHMap<TKey, TValue>, MapEntryExpiredEventArgs<TKey, TValue>>)

    Adds an handler which runs when a map entry is expired.

    Declaration
    public MapEventHandlers<TKey, TValue> EntryExpired(Action<IHMap<TKey, TValue>, MapEntryExpiredEventArgs<TKey, TValue>> handler)
    Parameters
    Action<IHMap<TKey, TValue>, MapEntryExpiredEventArgs<TKey, TValue>> handler

    The handler.

    Returns
    MapEventHandlers<TKey, TValue>

    The handlers.

    EntryExpired(Func<IHMap<TKey, TValue>, MapEntryExpiredEventArgs<TKey, TValue>, ValueTask>)

    Adds an handler which runs when a map entry is expired.

    Declaration
    public MapEventHandlers<TKey, TValue> EntryExpired(Func<IHMap<TKey, TValue>, MapEntryExpiredEventArgs<TKey, TValue>, ValueTask> handler)
    Parameters
    Func<IHMap<TKey, TValue>, MapEntryExpiredEventArgs<TKey, TValue>, ValueTask> handler

    The handler.

    Returns
    MapEventHandlers<TKey, TValue>

    The handlers.

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