IQueueTPoll Method Hazelcast .Net Client Class Library
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.7.1
Syntax

T Poll()

Return Value

Type: T
the head of this queue, or null if this queue is empty
Remarks

Retrieves and removes the head of this queue, or returns null if this queue is empty.
See Also

Reference