Removes a single instance of the specified element from this queue, if it is present
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax
Parameters
- o
- Type: SystemObject
element to be removed from this queue, if present
Return Value
Type: Booleantrue if this queue changed as a result of the call, false otherwise.
See Also