![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | IQueueTTake Method |
Retrieves and removes the head of this queue, waiting if necessary until an element becomes available.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntaxabstract Take : unit -> 'T
Return Value
Type:
Tthe head of this queue
Remarks
Retrieves and removes the head of this queue, waiting if necessary until an element becomes available.
See Also