.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    Cleared Method

    Cleared(Action<IHMultiMap<TKey, TValue>, MapClearedEventArgs>)

    Adds an handler which runs when the map is cleared.

    Declaration
    public MultiMapEventHandlers<TKey, TValue> Cleared(Action<IHMultiMap<TKey, TValue>, MapClearedEventArgs> handler)
    Parameters
    Action<IHMultiMap<TKey, TValue>, MapClearedEventArgs> handler

    The handler.

    Returns
    MultiMapEventHandlers<TKey, TValue>

    The handlers.

    Cleared(Func<IHMultiMap<TKey, TValue>, MapClearedEventArgs, ValueTask>)

    Adds an handler which runs when the map is cleared.

    Declaration
    public MultiMapEventHandlers<TKey, TValue> Cleared(Func<IHMultiMap<TKey, TValue>, MapClearedEventArgs, ValueTask> handler)
    Parameters
    Func<IHMultiMap<TKey, TValue>, MapClearedEventArgs, ValueTask> handler

    The handler.

    Returns
    MultiMapEventHandlers<TKey, TValue>

    The handlers.

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