Method WithHistoryTTL
WithHistoryTTL(TimeSpan?)
Sets the time-to-live (TTL) for DOM instance history.
public T WithHistoryTTL(TimeSpan? historyLifetime)
Parameters
historyLifetime
TimeSpan?The history lifetime. If
null
or negative, TTL is set to unlimited.
Returns
- T
The builder instance for chaining.