PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingActor­DispatcherProcess­Queue
Open sandboxFocus

ActorDispatcher.ProcessQueue Method

ProcessQueue()

Processes the message queue synchronously.

Declaration
protected void ProcessQueue()
Remarks

This method can be invoked by an overridden implementation of the ScheduleProcessQueue() method.

This method will process all messages until the queue is empty, unless the overridden implementation of MustYield(Int32) returns false.