IHTxQueue<TItem> Interface
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
Transactional implementation of Queue
public interface IHTxQueue<TItem> : ITransactionalObject, IDistributedObject, IAsyncDisposable
  Inherited Members
Type Parameters
| TItem | 
Methods
| Name | Description | 
|---|---|
| GetSizeAsync() | |
| OfferAsync(TItem) | |
| OfferAsync(TItem, TimeSpan) | |
| PeekAsync(TimeSpan) | |
| PollAsync(TimeSpan) | |
| TakeAsync() |