ITransactionalListE InterfaceHazelcast .Net Client Class Library
Transactional implementation of IHList<E>

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

public interface ITransactionalList<E> : ITransactionalObject, 
	IDistributedObject

Type Parameters

E

The ITransactionalListE type exposes the following members.

Methods

  NameDescription
Public methodAdd
Add new item to transactional list
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 methodRemove
Add item from transactional list
Public methodSize
Returns the size of the list
Top
See Also

Reference