AsyncQueue<T>::OnDequeued Method (T)

 

Occurs when a value is dequeued.

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

protected:
virtual void OnDequeued(
	T value
)

Parameters

value
Type: T

The dequeued value.

Return to top
Show: