AlertInfo Constructor (AlertInfo)
Creates a new instance of the AlertInfo object using the specified alert information.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public AlertInfo(
AlertInfo alertInfo
)
public:
AlertInfo(
AlertInfo^ alertInfo
)
Public Sub New (
alertInfo As AlertInfo
)
Parameters
alertInfo
Type: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.AlertInfoThe alert information.
See Also
AlertInfo Overload
AlertInfo Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top