Property | Type | Description | |
---|---|---|---|
logger | log4net.ILog | ||
scanQueue |
Method | Description | |
---|---|---|
ItemCreated ( string fullPath ) : void | ||
ItemDeleted ( ) : void | ||
ItemRenamed ( string fullPath ) : void | ||
OnChanged ( object source, |
OnChanged() is currently a stub.
|
|
OnCreated ( object source, |
OnCreated() handles when an item is created in the watch folders, and forces a re-scan of the specific folder in which the file was created.
|
|
OnDeleted ( object source, |
OnDeleted() handles when an object is deleted from a watch folder, starting an orphan scan on the database
|
|
OnRenamed ( object source, |
OnRenamed() handles when an object is renamed in a watch folder, purging the old object and adding the new one.
|
|
Start ( ) : bool | ||
Stop ( ) : bool |
public ItemCreated ( string fullPath ) : void | ||
fullPath | string | |
return | void |
public ItemRenamed ( string fullPath ) : void | ||
fullPath | string | |
return | void |
public OnChanged ( object source, |
||
source | object | |
e | ||
return | void |
public OnCreated ( object source, |
||
source | object | |
e | ||
return | void |
public OnDeleted ( object source, |
||
source | object | |
e | ||
return | void |
public OnRenamed ( object source, |
||
source | object | |
e | ||
return | void |