Table of Contents

Method GetInstancesById

Namespace
Skyline.DataMiner.Utils.DOM
Assembly
Skyline.DataMiner.Utils.DOM.dll

GetInstancesById(IEnumerable<Guid>)

Retrieves a dictionary of DOM instances by their unique IDs.

public IDictionary<Guid, DomInstance> GetInstancesById(IEnumerable<Guid> ids)

Parameters

ids IEnumerable<Guid>

The collection of unique IDs of DOM instances.

Returns

IDictionary<Guid, DomInstance>

A dictionary containing the Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomInstance objects with their respective IDs.