Method SetInstances
- Namespace
- Skyline.DataMiner.Utils.DOM.UnitTesting
- Assembly
- Skyline.DataMiner.Utils.DOM.dll
SetInstances(string, IEnumerable<DomInstance>)
Sets the DomInstances for the handler.
public void SetInstances(string moduleId, IEnumerable<DomInstance> instances)
Parameters
moduleId
stringThe ID of the DOM module.
instances
IEnumerable<DomInstance>The collection of DomInstances to set.
Exceptions
- ArgumentNullException
Thrown when the input collection of DomInstances is null.