IHTxList<TItem> Interface
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
public interface IHTxList<TItem>
  Type Parameters
| TItem | 
Methods
| AddAsync(TItem) | Add new item to transactional list  | 
      
| GetSizeAsync() | Returns the size of the list  | 
      
| RemoveAsync(TItem) | Add item from transactional list  |