Click or drag to resize

fileWatcherEventCollection Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
List of cached events
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListfileWatcherEventArgs
    imbACE.Core.ataman.fileWatchfileWatcherEventCollection

Namespace:  imbACE.Core.ataman.fileWatch
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public class fileWatcherEventCollection : List<fileWatcherEventArgs>
Request Example View Source

The fileWatcherEventCollection type exposes the following members.

Constructors
  NameDescription
Public methodfileWatcherEventCollection
Initializes a new instance of the fileWatcherEventCollection class
Public methodfileWatcherEventCollection(fileWatcherEventArgs)
Initializes a new instance of the fileWatcherEventCollection class
Top
Properties
  NameDescription
Public propertylastUID
last UID added
Public propertyTheEvent
The First or only event in collection
Top
Methods
  NameDescription
Public methodAddEvent
Public methodgetMessages
Collects all messages from collection
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also