Share via


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

See Also

ReadOnlyAlertCollection Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top