IQueueTRemove Method Hazelcast .Net Client Class Library
Retrieves and removes the head of this queue. This method differs from Poll only in that it throws an exception if this queue is empty.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax

T Remove()

Return Value

Type: T
the head of this queue
See Also

Reference