IQueueTRemove Method (Object)Hazelcast .Net Client Class Library
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.7
Syntax

bool Remove(
	Object o
)

Parameters

o
Type: SystemObject
element to be removed from this queue, if present

Return Value

Type: Boolean
true if this queue changed as a result of the call, false otherwise.
See Also

Reference