ITransactionalTaskContextGetMultiMapTKey, TValue Method Hazelcast .Net Client Class Library
Returns the transactional multimap instance with the specified name.

Namespace: Hazelcast.Transaction
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax

ITransactionalMultiMap<TKey, TValue> GetMultiMap<TKey, TValue>(
	string name
)

Parameters

name
Type: SystemString
name of the multimap

Type Parameters

TKey
TValue

Return Value

Type: ITransactionalMultiMapTKey, TValue
transactional multimap instance with the specified name
Remarks

Returns the transactional multimap instance with the specified name.
See Also

Reference