ContainsParameterSet¶
-
virtual bool IApplyParameterSet::ContainsParameterSet(PParameterSet parameterSet) = 0¶
Gets whether the collection of parameter sets contains the specified parameter set.
- Parameters
parameterSet – Parameter set to search in the collection.
- Returns
bool – True if the collection contains the specified parameter set, false otherwise.
- Throws
CNullArgumentException
– Empty pointer was passed.CUnknownObjectException
– Parameter set 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.