.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    RemoveAsync Method

    RemoveAsync(T)

    Removes an item from the collection.

    Declaration
    Task<bool> RemoveAsync(T item)
    Parameters
    T item

    The item.

    Returns
    Task<Boolean>

    true if the item was removed; otherwise false.

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