C# 클래스 BottomShelf.Host.HostedService

파일 보기 프로젝트 열기: tyronegroves/BottomShelf 1 사용 예제들

공개 메소드들

메소드 설명
HostedService ( string hostedServiceTypeName, AssemblyName assemblyName, string assemblyFile ) : System
Start ( BottomShelf.Host.Monitoring.FileSystemWatcher watcher, System.Action removeHostedService ) : void
Stop ( ) : void

메소드 상세

HostedService() 공개 메소드

public HostedService ( string hostedServiceTypeName, AssemblyName assemblyName, string assemblyFile ) : System
hostedServiceTypeName string
assemblyName System.Reflection.AssemblyName
assemblyFile string
리턴 System

Start() 공개 메소드

public Start ( BottomShelf.Host.Monitoring.FileSystemWatcher watcher, System.Action removeHostedService ) : void
watcher BottomShelf.Host.Monitoring.FileSystemWatcher
removeHostedService System.Action
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void