ActorDispatcher.ProcessQueue Method |
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 2023.0.3.0 (2023.0.3.0)
protected void ProcessQueue()
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.