Метод | Описание | |
---|---|---|
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 ( ) : |
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 ) : |
||
WatcherOperation ( object sender, |
Raises the watcher's Operation event.
|
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 |
public PullUp ( ) : |
||
Результат |
public Pushdown ( bool force ) : void | ||
force | bool | A value indicating whether to force destruction immediately, /// without waiting for pending jobs to complete. |
Результат | void |