ContainsPropagatingEventResponse¶
-
virtual bool IEventResponse::ContainsPropagatingEventResponse(PEventResponse eventResponse) = 0¶
Gets whether the collection of propagating event responses contains the specified event response.
- Parameters
eventResponse – Event response to search in the collection.
- Returns
bool – True if the collection contains the specified event, false otherwise.
- 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.