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.
Connects the network alert manager to the 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.TimeSpanThe timeout period for the connection attempt.
See Also
Connect Overload
NetworkAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top