Click or drag to resize

fileWatcher Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
File watcher is a continuous type of ataman watcher, it collects file system events (according to specified rules) and reports them trough eventFlush call
Inheritance Hierarchy
SystemObject
  imbACE.Core.ataman.fileWatchfileWatcher

Namespace:  imbACE.Core.ataman.fileWatch
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public class fileWatcher
Request Example View Source

The fileWatcher type exposes the following members.

Constructors
  NameDescription
Public methodfileWatcher
Creates a file watcher instance
Top
Properties
  NameDescription
Public propertyevents
lista dogadjaja
Public propertypath
putanja koju posmatra
Public propertysearchFilter
Search filter for Folder monitoring
Top
Methods
  NameDescription
Public method_fileSystemWatcher_newEvent
Processing .NET API fileSystemWatcher event
Public methodeventFlush

Returns the event list or triggers the event handlers - but only when the flush time has passed, otherwise returns null and takes no action

Public methodexternalEventsFlush
Izvrsava preuzimanje nakupljenih eventova - samo za mode fileWatcherEventMode.externalEventListFlush
Public methodexternalTimerTick
Okida eksterni tajmer
Public methodrun
Continues fileWatcher operation from current state, using current settings
Public methodstart
(re)starts fileWatcher operation reseting state according to __eventMode
Public methodstop
Stops fileWatcher operation - may be used for temporaral or definite purposes
Top
Fields
  NameDescription
Public field_fileSystemWatcher
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also