Removes all the entries with the given key.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax
Parameters
- key
- Type: SystemObject
the key of the entries to remove
Return Value
Type: ICollectionTValuethe collection of removed values associated with the given key. Returned collection might be modifiable but it has no effect on the multimap
See Also