Returns an estimate of the number of tasks submitted to this
pool that have not yet begun executing.
Syntax
[get: Android.Runtime.Register("getQueuedSubmissionCount", "()I", "GetGetQueuedSubmissionCountHandler")] public virtual intQueuedSubmissionCount { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Returns an estimate of the number of tasks submitted to this
pool that have not yet begun executing. This method may take
time proportional to the number of submissions.