.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    GetListAsync Method

    GetListAsync<TItem>(String)

    Gets a IHTxList<TItem> transactional distributed object.

    Declaration
    Task<IHTxList<TItem>> GetListAsync<TItem>(string name)
    Parameters
    String name

    The unique name of the list.

    Returns
    Task<IHTxList<TItem>>

    The transactional list that was retrieved or created.

    Type Parameters
    TItem

    The type of the items.

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