[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Enum for all build-in observers.

The following tables list the members exposed by the ObserverEnum type.

Public Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
static memberForName
Returns observer enum for namespace name and observer name.

GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Protected Methods

  NameDescription
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

Public Fields

  NameDescription
static memberTIMER_CRON
Observer for 'at' (crontab) observation of timer events.

static memberTIMER_INTERVAL
Observer for letting pass/waiting an interval amount of time.

static memberValues
All values available through this pseudo-enum

Public Properties

  NameDescription
Clazz
Gets the implementation clazz.

Name
Gets the name.

Namespace
Gets the observer namespace name.