Persistate API documentation
Peek Method
NamespacesPersistate.UtilBlockingQueue<(Of <(<'T>)>)>Peek()()()()

[This is preliminary documentation and is subject to change.]

Returns the object at the beginning of the BlockingQueue without removing it.
Declaration Syntax
C#
public T Peek()
Return Value
The object at the beginning of the BlockingQueue
Exceptions
ExceptionCondition
InvalidOperationExceptionThe BlockingQueue is empty.

Assembly: Persistate.Util (Module: Persistate.Util) Version: 0.6.1.20 (0.6.1.20)