EventDispatcher Methods |
The ContinuousQueryCacheEventDispatcher type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnException |
This event occurs when an exception is thrown from
OnEnter, OnWait, OnNotify and OnExit.
(Overrides Daemon.OnException(Exception).) |
![]() | OnExit |
Event notification called right before the daemon thread
terminates.
(Overrides Daemon.OnExit.) |
![]() | OnNotify |
Event notification to perform a regular daemon activity.
(Overrides Daemon.OnNotify.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |