.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    GetSetAsync Method

    GetSetAsync<TItem>(string)

    Gets a IHTxSet<TItem> transactional distributed object.

    Declaration
    Task<IHTxSet<TItem>> GetSetAsync<TItem>(string name)
    Parameters
    string name

    The unique name of the set.

    Returns
    Task<IHTxSet<TItem>>

    The transactional set that was retrieved or created.

    Type Parameters
    TItem

    The type of the items.

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