Returns the distributed multimap instance with the specified name.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- name
- Type: SystemString
name of the distributed multimap
Type Parameters
- K
- The type of the keys in the multimap
- V
- The type of the values in the multimap
Return Value
Type: IMultiMapK, Vdistributed multimap instance with the specified name
Remarks
See Also