DeviceServicingDetails.ExpectedDuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the estimated duration provided by the app when it called RequestAsync on the DeviceServicingTrigger.
public:
property TimeSpan ExpectedDuration { TimeSpan get(); };
TimeSpan ExpectedDuration();
public System.TimeSpan ExpectedDuration { get; }
var timeSpan = deviceServicingDetails.expectedDuration;
Public ReadOnly Property ExpectedDuration As TimeSpan
Property Value
The expectedDuration parameter value from the originating RequestAsync call.