C# Class VersionOne.ServiceHost.Core.FolderBatchProcessorService

Inheritance: IHostedService
Afficher le fichier Open project: versionone/VersionOne.ServiceHost.Core

Méthodes publiques

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

Méthodes protégées

Méthode Description
InternalProcess ( string files, string suiteName ) : void

Private Methods

Méthode Description
Process ( string files ) : 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

InternalProcess() protected abstract méthode

protected abstract InternalProcess ( string files, string suiteName ) : void
files string
suiteName string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void