| IQueueTRemove Method (Object) |
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.12.3
Syntax Function Remove (
o As Object
) As Boolean
abstract Remove :
o : Object -> bool
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