Share via


LocalAlertManager.Connect Method (TimeSpan)

 

Connects the local alert manager to the local alert provider service with the specified timeout period.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)

Syntax

public void Connect(
    TimeSpan timeout
)
public:
void Connect(
    TimeSpan timeout
)
Public Sub Connect (
    timeout As TimeSpan
)

Parameters

  • timeout
    Type: System.TimeSpan

    The timeout period for the connection attempt.

See Also

Connect Overload
LocalAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top