Returns number of values matching to given key in the multimap.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7
Syntax
Parameters
- key
- Type: TKey
the key whose values count are to be returned
Return Value
Type: Int32number of values matching to given key in the multimap.
See Also