Takes an item from the queue. Blocks if no item is available.
Returns false if queue was closed.
Namespace: VVVV.Utils.ConcurrentAssembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871
Syntax
C# |
---|
public bool TryDequeue( out T value ) |
Parameters
- value
- Type: T%
[Missing <param name="value"/> documentation for "M:VVVV.Utils.Concurrent.BlockingQueue`1.TryDequeue(`0@)"]
Return Value
[Missing <returns> documentation for "M:VVVV.Utils.Concurrent.BlockingQueue`1.TryDequeue(`0@)"]