Property Timeout
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Timeout
Gets or sets the element timeout value.
TimeSpan Timeout { get; set; }
Property Value
- TimeSpan
The timeout value.
Remarks
Fractional seconds are ignored. For example, setting the timeout to a value of 3.5s results in setting it to 3s.
Exceptions
- NotSupportedException
A set operation is not supported on a DVE or derived element.
- ArgumentOutOfRangeException
The value specified for a set operation is not in the range of [0,120] s.