RemovePropagatingEventResponse¶
-
virtual bool IEventResponse::RemovePropagatingEventResponse(PEventResponse er) = 0¶
Removes the specified event response from the propagating event response collection.
- Parameters
er – Event response to remove from the collection.
- Returns
bool – True when the event response is removed, false if it does not occur in the collection.
- Throws
CNullArgumentException
– Empty pointer was passed.CUnknownObjectException
– Event response is unknown, belongs to other controller.CUnsupportedException
– Collection cannot be modified.CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.