Table of Contents

Method WithInstanceTTL

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

WithInstanceTTL(TimeSpan?)

Sets the time-to-live (TTL) for DOM instances.

public T WithInstanceTTL(TimeSpan? instanceLifetime)

Parameters

instanceLifetime TimeSpan?

The instance lifetime. If null or negative, TTL is set to unlimited.

Returns

T

The builder instance for chaining.