Returns the distributed multimap instance with the specified name.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax
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, TValuedistributed multimap instance with the specified name
Remarks
See Also