PostSharp//API Reference/Post­Sharp.​Patterns.​Threading/Actor­Dispatcher/Must­Yield
Open sandboxFocus

Method MustYield

MustYield(Int32)

Determines whether the ProcessQueue() method should interrupt the processing of the message queue before the queue is empty.

Declaration
protected virtual bool MustYield(int count)
Parameters
Type Name Description
Int32 count

Number of messages already processed by the current invocation of the ProcessQueue() method.

Returns
Type Description
Boolean

true if the ProcessQueue() method should stop processing messages, false if it should continue.