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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
InternalProcess ( string file ) : void

비공개 메소드들

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

메소드 상세

Initialize() 공개 메소드

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

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

protected abstract InternalProcess ( string file ) : void
file string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void