[Android.Runtime.Register("helpQuiesce", "()V", "")] public static voidHelpQuiesce ()
Remarks
Possibly executes tasks until the pool hosting the current task
ForkJoinPool.IsQuiescent. This method may
be of use in designs in which many tasks are forked, but none
are explicitly joined, instead executing them until all are
processed.