NetworkAlertManager.ConnectAsync Method (TimeSpan)
Asynchronously connects to the Alert Provider, using the specified timeout.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public void ConnectAsync(
TimeSpan timeout
)
public:
void ConnectAsync(
TimeSpan timeout
)
Public Sub ConnectAsync (
timeout As TimeSpan
)
Parameters
timeout
Type: System.TimeSpanThe timeout value.
See Also
ConnectAsync Overload
NetworkAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top