IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Internal.Execution.IWorkItemDispatcher Interface Reference

An IWorkItemDispatcher handles execution of work items. More...

+ Inheritance diagram for NUnit.Framework.Internal.Execution.IWorkItemDispatcher:

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

Detailed Description

An IWorkItemDispatcher handles execution of work items.

Member Function Documentation

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.

Parameters
workThe 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.


The documentation for this interface was generated from the following file: