ITransactionalMultiMapTKey, TValue InterfaceHazelcast .Net Client Class Library
Transactional implementation of MultiMap

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
Syntax

public interface ITransactionalMultiMap<TKey, TValue> : ITransactionalObject, 
	IDistributedObject

Type Parameters

TKey
TValue

The ITransactionalMultiMapTKey, TValue type exposes the following members.

Methods

  NameDescription
Public methodDestroy
Destroys this object cluster-wide.
(Inherited from IDistributedObject.)
Public methodGet
Public methodGetName
Returns the unique name for this IDistributedObject.
(Inherited from IDistributedObject.)
Public methodGetPartitionKey
Returns the key of partition this IDistributedObject is assigned to.
(Inherited from IDistributedObject.)
Public methodGetServiceName
Returns the service name for this object.
(Inherited from IDistributedObject.)
Public methodPut
Public methodRemove(Object)
Public methodRemove(Object, Object)
Public methodSize
Public methodValueCount
Top
See Also

Reference