Diagnostic count to determine how many times the pool needed to wait for more objects. For some uses where no waits are desired the default pool size should be increased

Namespace: RCLibrary
Assembly: RCLibrary (in RCLibrary.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int WaitCount { get; }
Visual Basic
Public ReadOnly Property WaitCount As Integer
	Get
Visual C++
public:
property int WaitCount {
	int get ();
}

See Also