Events¶
-
IDictionary<string, IEvent> IEventSource.Events { get; }¶
Gets the collection of events of this event source.
- Value
IDictionary<string, IEvent> – Collection of events of this event source.
- Throws
CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.IncompatibleException
– Incompatible firmware version loaded (only applicable if entity is a controller).System.ObjectDisposedException
– Object is disposed (only applicable if entity is disposable).