Method | Description | |
---|---|---|
AutoRecoveringFileSystemWatcher ( string path, string filter = "*.*", bool includeSubdirectories = true, WatcherChangeTypes changeTypes = WatcherChangeTypes.All, Microsoft.Azure.WebJobs.Host.TraceWriter traceWriter = null ) : System | ||
Dispose ( ) : void |
Method | Description | |
---|---|---|
OnFileChanged ( object sender, |
||
OnFileWatcherError ( |
Method | Description | |
---|---|---|
AddEventSubscriptions ( |
||
Dispose ( bool disposing ) : void | ||
InitializeWatcher ( ) : void | ||
Recover ( int attempt = 1 ) : Task | ||
ReleaseCurrentFileWatcher ( ) : void | ||
Trace ( string message, TraceLevel level ) : void |
public AutoRecoveringFileSystemWatcher ( string path, string filter = "*.*", bool includeSubdirectories = true, WatcherChangeTypes changeTypes = WatcherChangeTypes.All, Microsoft.Azure.WebJobs.Host.TraceWriter traceWriter = null ) : System | ||
path | string | |
filter | string | |
includeSubdirectories | bool | |
changeTypes | WatcherChangeTypes | |
traceWriter | Microsoft.Azure.WebJobs.Host.TraceWriter | |
return | System |
protected OnFileChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected OnFileWatcherError ( |
||
args | ||
return | void |