Method | Description | |
---|---|---|
FileWatcher ( string watchedFolder ) : System |
Initializes a new instance of the FileWatcher class.
|
|
FileWatcher ( string watchedFolder, string filter ) : System |
Initializes a new instance of the FileWatcher class.
|
|
FileWatcher ( string watchedFolder, string filter, NotifyFilters notifyFilter, System.TimeSpan eventTriggerInterval, System.TimeSpan delayNotificationBy ) : System |
Initializes a new instance of the FileWatcher class.
|
|
OnChanged ( |
Triggers the Changed event.
|
|
OnCreated ( |
Triggers the Created event.
|
|
OnDeleted ( |
Triggers the Deleted event.
|
|
OnRenamed ( |
Triggers the Renamed event.
|
|
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
ConfigureWatcher ( ) : void | ||
GetAllFilters ( ) : NotifyFilters | ||
LastEventNotTriggeredWithinInterval ( System.DateTime now, System.DateTime lastTriggeredOn ) : bool |
public FileWatcher ( string watchedFolder ) : System | ||
watchedFolder | string | |
return | System |
public FileWatcher ( string watchedFolder, string filter ) : System | ||
watchedFolder | string | |
filter | string | |
return | System |
public FileWatcher ( string watchedFolder, string filter, NotifyFilters notifyFilter, System.TimeSpan eventTriggerInterval, System.TimeSpan delayNotificationBy ) : System | ||
watchedFolder | string | |
filter | string | |
notifyFilter | NotifyFilters | |
eventTriggerInterval | System.TimeSpan | |
delayNotificationBy | System.TimeSpan | |
return | System |
public OnChanged ( |
||
ea | ||
return | void |
public OnCreated ( |
||
ea | ||
return | void |
public OnDeleted ( |
||
ea | ||
return | void |
public OnRenamed ( |
||
ea | ||
return | void |