Click or drag to resize

IQueueTPoll Method

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.9.3
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