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

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

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

Parameters

name
Type: SystemString
name of the distributed multimap

Type Parameters

TKey
The type of the keys in the multimap
TValue
The type of the values in the multimap

Return Value

Type: IMultiMapTKey, TValue
distributed multimap instance with the specified name
Remarks

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

Reference