Method RemoveByAlias
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
RemoveByAlias(string)
Removes the included element or service with the specified alias.
bool RemoveByAlias(string alias)
Parameters
aliasstringThe alias of the included element or service to remove.
Returns
- bool
trueif an included element or service was removed; otherwise,false.
Exceptions
- ArgumentNullException
aliasis null.