ContainsEvent¶
-
virtual bool IEventResponse::ContainsEvent(PEvent event) = 0¶
Gets whether the collection of events contains the specified event.
- Parameters
event – Event to search in the collection.
- Returns
bool – True if the collection contains the specified event, false otherwise.
- Throws
CNullArgumentException– Empty pointer was passed.CUnknownObjectException– Event is unknown, belongs to other controller.CCommunicationErrorException– Protocol error.CConnectionLostException– Connection to controller lost.CRebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.