Property | Type | Description | |
---|---|---|---|
DefaultCachePath | string |
Method | Description | |
---|---|---|
AddTrackedDirectory ( string path ) : void |
Adds a directory to the list of directories tracked by this FileProcessor.
|
|
ClearTrackedDirectories ( ) : void |
Empties the list of directories tracked by this FileProcessor.
|
|
Dispose ( ) : void |
Releases all the resources used by the FileProcessor object.
|
|
EnumerateWatchDirectories ( ) : void |
Forces enumeration of directories currently being watched.
|
|
FileProcessor ( System.Guid processorID ) : System |
Creates a new instance of the FileProcessor class.
|
|
RemoveTrackedDirectory ( string path ) : void |
Removes a directory from the list of directories tracked by this FileProcessor.
|
|
StopEnumeration ( ) : void |
Stops all enumeration operations that are currently running.
|
Method | Description | |
---|---|---|
DelayAndExecute ( System.Action action, int delay ) : void | ||
FileWatchTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs elapsedEventArgs ) : void | ||
LoadProcessedFiles ( ) : void | ||
MatchesFilter ( string filePath ) : bool | ||
OnError ( |
||
OnProcessing ( string fullPath, bool alreadyProcessed ) : bool | ||
ProcessFile ( string filePath ) : bool | ||
QueueFileForProcessing ( string filePath ) : void | ||
RemoveFileWatcher ( SafeFileWatcher watcher ) : void | ||
StartProcessLoop ( string filePath ) : void | ||
TouchLockAndProcess ( string filePath ) : void | ||
Watcher_Changed ( object sender, |
||
Watcher_Created ( object sender, |
||
Watcher_Deleted ( object sender, |
||
Watcher_Error ( object sender, |
||
Watcher_Renamed ( object sender, |
public AddTrackedDirectory ( string path ) : void | ||
path | string | The path to the directory to be tracked. |
return | void |
public FileProcessor ( System.Guid processorID ) : System | ||
processorID | System.Guid | Identifies the file processor so that it can locate its processed file cache. |
return | System |
public RemoveTrackedDirectory ( string path ) : void | ||
path | string | The path to the directory to stop tracking. |
return | void |