AsyncQueue<T> Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| Name | Description | |
|---|---|---|
![]() | Completion | The source of the task returned by Completion. This is lazily constructed. |
![]() | Count | Gets the number of elements currently in the queue. |
![]() | InitialCapacity | Gets the initial capacity for the queue. |
![]() | IsCompleted | Determines whether the queue has completed. |
![]() | IsEmpty | Determines whether the queue is currently empty. |
![]() | SyncRoot | Gets the synchronization object used by this queue. |
Show:

