Retrieves and removes the head of this queue,
or returns null if this queue is empty.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax
Return Value
Type: Tthe head of this queue, or null if this queue is empty
Remarks
See Also