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 |
|