.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    GetQueueAsync Method

    GetQueueAsync<TItem>(String)

    Gets a IHTxQueue<TItem> transactional distributed object.

    Declaration
    Task<IHTxQueue<TItem>> GetQueueAsync<TItem>(string name)
    Parameters
    String name

    The unique name of the v.

    Returns
    Task<IHTxQueue<TItem>>

    The transactional queue 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.