WorkQueue TContext  ProcessDueItem Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Processes item in normal queue order (the item that is due to be processed). Returns true when there was an item in the queue. This method does not leak exceptions from work performance unless they are re-thrown by particular work item WorkFailed(error)

Namespace: NFX.ServiceModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool ProcessDueItem()

Return Value

Type: OnlineBoolean
See Also