Table of Contents

Method GetInstanceById

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

GetInstanceById(Guid)

Retrieves a DOM instance by its unique ID.

public DomInstance GetInstanceById(Guid id)

Parameters

id Guid

The unique ID of the DOM instance.

Returns

DomInstance

The Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomInstance with the specified ID.