ReadOnlyAlertCollection Constructor (ObservableCollection<Alert>)
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