Service.EstimateServiceIdlenessDuration(TimeSpan) Method
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.
public:
TimeSpan EstimateServiceIdlenessDuration([Runtime::InteropServices::Out] TimeSpan % timeBlocked);
public TimeSpan EstimateServiceIdlenessDuration (out TimeSpan timeBlocked);
member this.EstimateServiceIdlenessDuration : TimeSpan -> TimeSpan
Public Function EstimateServiceIdlenessDuration (ByRef timeBlocked As TimeSpan) As TimeSpan
Parameters
- timeBlocked
- TimeSpan