[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
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() ![]() | ForName |
Returns observer enum for namespace name and observer name.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
Public Fields
Name | Description | |
---|---|---|
![]() ![]() | TIMER_CRON |
Observer for 'at' (crontab) observation of timer events.
|
![]() ![]() | TIMER_INTERVAL |
Observer for letting pass/waiting an interval amount of time.
|
![]() ![]() | Values |
All values available through this pseudo-enum
|