IHTxSet<TItem> Interface
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
Transactional implementation of IHSet<T> .
public interface IHTxSet<in TItem> : ITransactionalObject, IDistributedObject, IAsyncDisposable
Inherited Members
Type Parameters
TItem |
Methods
AddAsync(TItem) | Add new item to transactional set |
GetSizeAsync() | Returns the size of the set |
RemoveAsync(TItem) | Add item from transactional set |