Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Attempts to start the service within the specified timeout window.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
protected TimeSpan StartHealthService(
TimeSpan timeout
)
protected:
TimeSpan StartHealthService(
TimeSpan timeout
)
Protected Function StartHealthService (
timeout As TimeSpan
) As TimeSpan
Parameters
timeout
Type: System.TimeSpanThe timeout window.
Return Value
Type: System.TimeSpan
The length of time it took to finish the action.
See Also
AlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top