AlertEmailManager.ConnectionTimeout Event
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertEmail.ObjectModel
Assembly: AlertFramework (in AlertFramework.dll)
Usage
'Usage
Dim instance As AlertEmailManager
Dim handler As EventHandler
AddHandler instance.ConnectionTimeout, handler
Syntax
'Declaration
Public Event ConnectionTimeout As EventHandler
public event EventHandler ConnectionTimeout
public:
event EventHandler^ ConnectionTimeout {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
/** @event */
public void add_ConnectionTimeout (EventHandler value)
/** @event */
public void remove_ConnectionTimeout (EventHandler value)
Platforms
Development Platforms
Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64
See Also
Reference
AlertEmailManager Class
AlertEmailManager Members
Microsoft.WindowsServerSolutions.NetworkHealth.AlertEmail.ObjectModel Namespace
Copyright © 2013 by Microsoft Corporation. All rights reserved.