Returns an estimate of the number of worker threads that are
not blocked waiting to join tasks or for other managed
synchronization.
Syntax
[get: Android.Runtime.Register("getRunningThreadCount", "()I", "GetGetRunningThreadCountHandler")] public virtual intRunningThreadCount { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Returns an estimate of the number of worker threads that are
not blocked waiting to join tasks or for other managed
synchronization. This method may overestimate the
number of running threads.