DeviceServicingDetails.ExpectedDuration Property

Definition

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.

Applies to