[This is preliminary documentation and is subject to change.]
Returns the object at the beginning of the BlockingQueue without
removing it.
| C# |
public T Peek()
The object at the beginning of the BlockingQueue
| Exception | Condition |
|---|---|
| InvalidOperationException | The BlockingQueue is
empty. |