Share via


AlertManager.StartHealthService Method (TimeSpan)

 

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

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