| 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 abstract Poll : unit -> 'T
Return Value
Type:
Tthe 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