Table of Contents

Method WithInformationEvents

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

WithInformationEvents(bool)

Enables or disables information events for the DOM module.

public T WithInformationEvents(bool enableInformationEvents)

Parameters

enableInformationEvents bool

If true, information events are enabled; otherwise, disabled.

Returns

T

The builder instance for chaining.