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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |