IMultiMapTKey, TValueRemove Method (Object, Object)Hazelcast .Net Client Class Library
Removes the given key value pair from the multimap.

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

bool Remove(
	Object key,
	Object value
)

Parameters

key
Type: SystemObject
the key of the entry to remove
value
Type: SystemObject
the value of the entry to remove

Return Value

Type: Boolean
true if the size of the multimap changed after the remove operation, false otherwise.
See Also

Reference