Click or drag to resize

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.1
Syntax
T Take()

Return Value

Type: T
the head of this queue
Remarks
Retrieves and removes the head of this queue, waiting if necessary until an element becomes available.
See Also