C# Class VersionOne.ServiceHost.Core.FileProcessorService

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
InternalProcess ( string file ) : void

Private Methods

Méthode Description
Process ( string file ) : void

Method Details

Initialize() public méthode

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

InternalProcess() protected abstract méthode

protected abstract InternalProcess ( string file ) : void
file string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void