Click or drag to resize

IMultiMapTKey, TValueRemove Method (Object, Object)

Removes the given key value pair from the multimap.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.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