Responses¶
-
IDictionary<string, IEventResponse> IEventResponder.Responses { get; }¶
Gets all responses of this event responder.
- Value
IDictionary<string, IEventResponse> – Collection of responses of this responder.
- 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).