ITransactionalQueueT InterfaceHazelcast .Net Client Class Library
Transactional implementation of Queue

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

public interface ITransactionalQueue<T> : ITransactionalObject, 
	IDistributedObject

Type Parameters

T

The ITransactionalQueueT type exposes the following members.

Methods

  NameDescription
Public methodDestroy
Destroys this object cluster-wide.
(Inherited from IDistributedObject.)
Public methodGetName
Returns the unique name for this IDistributedObject.
(Inherited from IDistributedObject.)
Public methodGetPartitionKey
Returns the key of partition this IDistributedObject is assigned to.
(Inherited from IDistributedObject.)
Public methodGetServiceName
Returns the service name for this object.
(Inherited from IDistributedObject.)
Public methodOffer(T)
Public methodOffer(T, Int64, TimeUnit)
Public methodPeek
Public methodPeek(Int64, TimeUnit)
Public methodPoll
Public methodPoll(Int64, TimeUnit)
Public methodSize
Public methodTake
Top
See Also

Reference