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(int) returns false
.