ScheduleProcessQueue()
Schedules the execution of the ProcessQueue(), typically on a worker thread or in the ThreadPool. The default implementation uses the ThreadPool on platforms that have a thread pool, otherwise it schedules a new Task.
Declaration
protected virtual void ScheduleProcessQueue()