Property MaximumDuration
MaximumDuration
Gets or sets the maximum time a previous observation displays in the track. Previous observations older than the specified maximum duration are not displayed.
Declaration
public TimeSpan MaximumDuration { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The maximum time a previous observation displays in the track. Previous observations older than the specified maximum duration are not displayed. |
Remarks
The default value is System.TimeSpan.Zero which means the maximum duration is disabled and there is no age expiration applied to observations.
Setting maximum duration to anything less than one second is rounded up to one 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 |