C# Class VersionOne.ServiceHost.Core.FileProcessorService

Inheritance: IHostedService
Datei anzeigen Open project: versionone/VersionOne.ServiceHost.Core

Public Methods

Method Description
Initialize ( XmlElement config, IEventManager manager, IProfile profile ) : void
Start ( ) : void

Protected Methods

Method Description
InternalProcess ( string file ) : void

Private Methods

Method Description
Process ( string file ) : void

Method Details

Initialize() public method

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

InternalProcess() protected abstract method

protected abstract InternalProcess ( string file ) : void
file string
return void

Start() public method

public Start ( ) : void
return void