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.Engine.IService Interface Reference

The IService interface is implemented by all Services. Although it is extensible, it does not reside in the Extensibility namespace because it is so widely used by the engine. More...

+ Inheritance diagram for NUnit.Engine.IService:

Public Member Functions

void StartService ()
 Initialize the Service More...
 
void StopService ()
 Do any cleanup needed before terminating the service More...
 

Properties

IServiceLocator ServiceContext [get, set]
 The ServiceContext More...
 
ServiceStatus Status [get]
 Gets the ServiceStatus of this service More...
 

Detailed Description

The IService interface is implemented by all Services. Although it is extensible, it does not reside in the Extensibility namespace because it is so widely used by the engine.

Member Function Documentation

Property Documentation

IServiceLocator NUnit.Engine.IService.ServiceContext
getset

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