Method RemoveProfileInstances
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
RemoveProfileInstances(out string, params ProfileInstance[])
Removes the specified profile instances.
public virtual bool RemoveProfileInstances(out string error, params ProfileInstance[] instances)
Parameters
error
stringOutput string with notifications and/or errors that occurred.
instances
ProfileInstance[]The profile instances to remove.
Returns
- bool
true
if the profile definition removal succeeded; otherwise,false
.