C# 클래스 BlueCollar.Console.Bootstraps

상속: IDisposable
파일 보기 프로젝트 열기: ChadBurggraf/blue-collar 1 사용 예제들

공개 메소드들

메소드 설명
Bootstraps ( string applicationPath, string configPath, int threshold ) : System

Initializes a new instance of the Bootstraps class.

Dispose ( ) : void

Disposes of resources used by this instance.

PullUp ( ) : BootstrapsPullupResult

Pulls up this instance's app domain, if it is not already loaded.

Pushdown ( bool force ) : void

Destroys this instance app domain.

비공개 메소드들

메소드 설명
CreateWatcher ( string path, FileSystemWatcherMode mode, string filter ) : BlueCollar.FileSystemWatcher

Creates a FileSystemWatcher.

DestroyWatchers ( ) : void

Destroys any FileSystemWatchers this instance is maintaining.

Dispose ( bool disposing ) : void

Disposes of resources used by this instance.

LoggerLog ( object sender, EventLoggerEventArgs e ) : void

Raises the logger's Log event.

PullUp ( bool forceMachine ) : BootstrapsPullupResult
WatcherOperation ( object sender, FileSystemEventArgs e ) : void

Raises the watcher's Operation event.

메소드 상세

Bootstraps() 공개 메소드

Initializes a new instance of the Bootstraps class.
public Bootstraps ( string applicationPath, string configPath, int threshold ) : System
applicationPath string The application path.
configPath string The configuration file path, if applicable.
threshold int The threshold, in milliseconds, to compress file system events into.
리턴 System

Dispose() 공개 메소드

Disposes of resources used by this instance.
public Dispose ( ) : void
리턴 void

PullUp() 공개 메소드

Pulls up this instance's app domain, if it is not already loaded.
public PullUp ( ) : BootstrapsPullupResult
리턴 BootstrapsPullupResult

Pushdown() 공개 메소드

Destroys this instance app domain.
public Pushdown ( bool force ) : void
force bool A value indicating whether to force destruction immediately, /// without waiting for pending jobs to complete.
리턴 void