[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 (Inherited from Object.)
static memberForName
Returns observer enum for namespace name and observer name.

GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
ToString (Inherited from Object.)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (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.