C# Class VersionOne.ServiceHost.QualityCenterServices.QualityCenterHostedService

Wraps the QualityCenterUpdaterService and QualityCenterReaderService, which use the same Configuration
Inheritance: IHostedService, IComponentProvider
Afficher le fichier Open project: versionone/VersionOne.Integration.HPALM

Méthodes publiques

Méthode Description
Initialize ( XmlElement config, IEventManager eventManager, IProfile profile ) : void
RegisterComponents ( IKernel container ) : void
Start ( ) : void

Private Methods

Méthode Description
ParseConfiguration ( XmlElement config ) : void

Method Details

Initialize() public méthode

public Initialize ( XmlElement config, IEventManager eventManager, IProfile profile ) : void
config System.Xml.XmlElement
eventManager IEventManager
profile IProfile
Résultat void

RegisterComponents() public méthode

public RegisterComponents ( IKernel container ) : void
container IKernel
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void