RemoveParameterSet¶
-
virtual bool IApplyParameterSet::RemoveParameterSet(PParameterSet parameterSet) = 0¶
Removes the specified parameter set from the collection.
- Parameters
parameterSet – Parameter set to remove from the collection.
- Returns
bool – True when the parameter set is removed, false if it does not occur in the collection.
- Throws
CNullArgumentException– Empty pointer was passed.CUnknownObjectException– Parameter set is unknown, belongs to other controller.CUnsupportedException– Collection cannot be modified.CInvalidOperationException– Entity associated with this collection is in invalid state.CCommunicationErrorException– Protocol error.CConnectionLostException– Connection to controller lost.CRebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.