.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    IHTxQueue<TItem> Interface

    Namespace: Hazelcast.DistributedObjects
    Assembly: Hazelcast.Net.dll

    Transactional implementation of Queue

    public interface IHTxQueue<TItem> : ITransactionalObject, IDistributedObject, IAsyncDisposable
    Inherited Members
    IDistributedObject.ServiceName
    IDistributedObject.Name
    IDistributedObject.PartitionKey
    IDistributedObject.DestroyAsync()
    IAsyncDisposable.DisposeAsync()
    Type Parameters
    TItem

    Methods

    Name Description
    GetSizeAsync()
    OfferAsync(TItem)
    OfferAsync(TItem, TimeSpan)
    PeekAsync(TimeSpan)
    PollAsync(TimeSpan)
    TakeAsync()
    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.