IEvent |
public interface IEventManager
The IEventManager type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAllEventTypes | Returns a list of event types that can be used as event type parameter in the corresponding register method. | |
| GetEventTypes | Returns a list of event types that can be used as event type parameter for the given device in the corresponding register method. | |
| GetInitialEvents | Returns the currently known states of all devices. The states are returned as state events. | |
| Register(EventReceiver) | Registers an event receiver for all events. | |
| Register(EventReceiver, Device) | Registers for events of the given device. | |
| Register(EventReceiver, IEnumerableDevice) | Registers for events of the given list of devices. | |
| Register(EventReceiver, String) | Registers for events of the given event type. | |
| Unregister | Unregisters the event receiver. All registrations of the same receiver are unregistered. |