.NET Client Documentation
5.6.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)

    Transactional GetAsync(TKey)

    GetSizeAsync()

    Transactional GetSizeAsync()

    GetValueCountAsync(TKey)

    Transactional GetValueCountAsync(TKey)

    PutAsync(TKey, TValue)

    Transactional PutAsync(TKey, TValue)

    RemoveAsync(TKey)

    Transactional RemoveAsync(TKey)

    RemoveAsync(TKey, TValue)

    Transactional RemoveAsync(TKey, TValue)

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.