Table of Contents

Method WithTemplateTTL

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

WithTemplateTTL(TimeSpan?)

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

public T WithTemplateTTL(TimeSpan? templateLifetime)

Parameters

templateLifetime TimeSpan?

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

Returns

T

The builder instance for chaining.