AsyncQueue<T> Properties

 

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

NameDescription
System_CAPS_pubpropertyCompletion

The source of the task returned by Completion. This is lazily constructed.

System_CAPS_pubpropertyCount

Gets the number of elements currently in the queue.

System_CAPS_protpropertyInitialCapacity

Gets the initial capacity for the queue.

System_CAPS_pubpropertyIsCompleted

Determines whether the queue has completed.

System_CAPS_pubpropertyIsEmpty

Determines whether the queue is currently empty.

System_CAPS_protpropertySyncRoot

Gets the synchronization object used by this queue.

Return to top
Show: