Show / Hide Table of Contents

Property MaximumDuration

MaximumDuration

Gets or sets the maximum time an observation remains in the application.

Declaration
public TimeSpan MaximumDuration { get; set; }
Property Value
Type Description
System.TimeSpan

The maximum time an observation remains in the application.

Remarks

Observations older than the specified maximum duration are removed from the local data cache.

The default value is System.TimeSpan.Zero, which means the maximum duration is disabled and duration is not used to purge observations from the local data cache. Setting maximum duration to anything below 1 second defaults to 1 second.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.