.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    RemoveAllAsync Method

    RemoveAllAsync(IPredicate)

    Removes all entries which match with the supplied predicate.

    Declaration
    Task RemoveAllAsync(IPredicate predicate)
    Parameters
    IPredicate predicate

    A predicate used to select entries to be removed.

    Returns
    Task

    A task that will complete when entries have been removed.

    Remarks

    This method does not consider the removed value at all, which breaks the events contract: any event that would be filtered on the value (for instance via a predicate), would not trigger here.

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