C# Class VersionOne.ServiceHost.Core.FolderBatchProcessorService

Inheritance: IHostedService
Mostrar archivo Open project: versionone/VersionOne.ServiceHost.Core

Public Methods

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

Protected Methods

Method Description
InternalProcess ( string files, string suiteName ) : void

Private Methods

Method Description
Process ( string files ) : void

Method Details

Initialize() public method

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

InternalProcess() protected abstract method

protected abstract InternalProcess ( string files, string suiteName ) : void
files string
suiteName string
return void

Start() public method

public Start ( ) : void
return void