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