.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    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
    IDistributedObject.ServiceName
    IDistributedObject.Name
    IDistributedObject.PartitionKey
    IDistributedObject.DestroyAsync()
    IAsyncDisposable.DisposeAsync()
    Type Parameters
    TKey
    TValue

    Methods

    Name Description
    GetAsync(TKey)
    GetSizeAsync()
    GetValueCountAsync(TKey)
    PutAsync(TKey, TValue)
    RemoveAsync(TKey)
    RemoveAsync(TKey, TValue)
    In This Article
    • Methods
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.