PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingActor­DispatcherSchedule­Process­Queue
Open sandboxFocus

ActorDispatcher.ScheduleProcessQueue Method

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 System.Threading.Tasks.Task.

Declaration
protected virtual void ScheduleProcessQueue()