.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    AddAsync Method

    AddAsync(T)

    Adds an item to the collection.

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

    The item.

    Returns
    Task<Boolean>

    Whether the item was added.

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