.NET Client Documentation
5.6.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()

    Transactional IHQueue<T>.GetSizeAsync

    OfferAsync(TItem)

    Transactional OfferAsync(T, TimeSpan)

    OfferAsync(TItem, TimeSpan)

    Transactional OfferAsync(T, TimeSpan)

    PeekAsync(TimeSpan)

    Transactional PeekAsync()

    PollAsync(TimeSpan)

    Transactional PollAsync(TimeSpan)

    TakeAsync()

    Transactional TakeAsync()

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.