Table of Contents

Method WithHistory

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

WithHistory(bool)

Enables or disables history storage for DOM instances.

public T WithHistory(bool enableHistory)

Parameters

enableHistory bool

If true, history storage is enabled asynchronously; otherwise, it is disabled.

Returns

T

The builder instance for chaining.