IMultiMapTKey, TValueValueCount Method Hazelcast .Net Client Class Library
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

int ValueCount(
	TKey key
)

Parameters

key
Type: TKey
the key whose values count are to be returned

Return Value

Type: Int32
number of values matching to given key in the multimap.
See Also

Reference