AsyncQueue<T>.Count Property
Gets the number of elements currently in the queue.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
public int Count { get; }
public:
property int Count {
int get ();
}
member Count : int with get
function get Count () : int
Property Value
Type: System.Int32
Returns the number of elements currently in the queue.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.