AsyncQueue<T>::Enqueue Method (T)

 

Adds an element to the tail of the queue.

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

public:
void Enqueue(
	T value
)

Parameters

value
Type: T

The value.

Return to top
Show: