Click or drag to resize

HazelcastClientGetMultiMapTKey, TValue Method

Returns the distributed multimap instance with the specified name.

Namespace:  Hazelcast.Client
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public 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

Implements

IHazelcastInstanceGetMultiMapTKey, TValue(String)
Remarks
Returns the distributed multimap instance with the specified name.
See Also