IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
An IWorkItemDispatcher handles execution of work items. More...
Public Member Functions | |
void | Dispatch (WorkItem work) |
Dispatch a single work item for execution. The first work item dispatched is saved as the top-level work item and used when stopping the run. More... | |
void | CancelRun () |
Cancel the ongoing run completely. If no run is in process, the call has no effect. More... | |
An IWorkItemDispatcher handles execution of work items.
void NUnit.Framework.Internal.Execution.IWorkItemDispatcher.Dispatch | ( | WorkItem | work | ) |
Dispatch a single work item for execution. The first work item dispatched is saved as the top-level work item and used when stopping the run.
work | The item to dispatch |
Implemented in NUnit.Framework.Internal.Execution.SimpleWorkItemDispatcher.
void NUnit.Framework.Internal.Execution.IWorkItemDispatcher.CancelRun | ( | ) |
Cancel the ongoing run completely. If no run is in process, the call has no effect.
Implemented in NUnit.Framework.Internal.Execution.SimpleWorkItemDispatcher.