IQueueTTake Method Hazelcast .Net Client Class Library
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.7.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

Reference