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.
Initializes a new instance of the ReadOnlyAlertCollection class with the specified list of Alert objects.
Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)
Syntax
public ReadOnlyAlertCollection(
    ObservableCollection<Alert> list
)
public:
ReadOnlyAlertCollection(
    ObservableCollection<Alert^>^ list
)
Public Sub New (
    list As ObservableCollection(Of Alert)
)
Parameters
- list 
 Type: System.Collections.ObjectModel.ObservableCollection<Alert>- The list of Alert objects. 
See Also
ReadOnlyAlertCollection Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top