Tipic Instant Messaging Platform - Programmer's Reference Guide

BlockingQueue.Peek Method 

Retrieve the element at the front of the list, without removing it.

[Visual Basic]
Public Function Peek() As Object
[C#]
public object Peek();

Return Value

See Also

BlockingQueue Class | bedrock.collections Namespace