IMultiMapTKey, TValueRemove Method (Object)Hazelcast .Net Client Class Library
Removes all the entries with the given key.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.2
Syntax

ICollection<TValue> Remove(
	Object key
)

Parameters

key
Type: SystemObject
the key of the entries to remove

Return Value

Type: ICollectionTValue
the collection of removed values associated with the given key. Returned collection might be modifiable but it has no effect on the multimap
See Also

Reference