AsyncQueue<T>::Peek Method ()

 

Gets the value at the head of the queue without removing it from the queue.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public:
T Peek()

Return Value

Type: T

The Task<TResult> at the head of the queue.

Return to top
Show: