.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    RemoveAllAsync Method

    RemoveAllAsync<TItem>(ICollection<TItem>)

    Removes all of the elements in the specified collection from this collection.

    Declaration
    Task<bool> RemoveAllAsync<TItem>(ICollection<TItem> items)
        where TItem : T
    Parameters
    ICollection<TItem> items

    element collection to be removed

    Returns
    Task<Boolean>

    true if all removed, false otherwise.

    Type Parameters
    TItem

    type of elements

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