AddPropagatingEventResponse¶
-
virtual void IEventResponse::AddPropagatingEventResponse(PEventResponse eventResponse) = 0¶
Adds the given event response to the collection of propagating event responses.
- Parameters
eventResponse – Event response to add to the collection of propagating event responses.
- Throws
CNullArgumentException
– Empty pointer was passed.CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.
- Remarks
Adding an event response that is already part of the collection has no effect on the collection.