C# 클래스 VersionOne.ServiceHost.Core.FolderBatchProcessorService

상속: IHostedService
파일 보기 프로젝트 열기: versionone/VersionOne.ServiceHost.Core

공개 메소드들

메소드 설명
Initialize ( XmlElement config, IEventManager eventManager, IProfile profile ) : void
Start ( ) : void

보호된 메소드들

메소드 설명
InternalProcess ( string files, string suiteName ) : void

비공개 메소드들

메소드 설명
Process ( string files ) : void

메소드 상세

Initialize() 공개 메소드

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

InternalProcess() 보호된 추상적인 메소드

protected abstract InternalProcess ( string files, string suiteName ) : void
files string
suiteName string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void