IHTxMultiMap<TKey, TValue> Interface
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
Transactional implementation of MultiMap
public interface IHTxMultiMap<TKey, TValue> : ITransactionalObject, IDistributedObject, IAsyncDisposable
  Inherited Members
Type Parameters
| TKey | |
| TValue | 
Methods
| Name | Description | 
|---|---|
| GetAsync(TKey) | |
| GetSizeAsync() | |
| GetValueCountAsync(TKey) | |
| PutAsync(TKey, TValue) | |
| RemoveAsync(TKey) | |
| RemoveAsync(TKey, TValue) |