IEvent |
IEnumerable<EventData> GetInitialEvents()
Usage Note
Because devices may continously change their state, the actual device state may already differ from the device states returned by this method.
Therefore, do not use or rely upon this method when you need the latest device state. Instead, register an event receiver for state changes
(see Register(EventReceiver)) and use e.g. GetInitialStates to request the current device states.