Class HealthCheckNotificationMethodCollection
Represents a collection of IHealthCheckNotificationMethod instances.
Namespace: Umbraco.Cms.Core.HealthChecks
Assembly: Umbraco.Core.dll
Syntax
public class HealthCheckNotificationMethodCollection : BuilderCollectionBase<IHealthCheckNotificationMethod>, IBuilderCollection<IHealthCheckNotificationMethod>
Constructors
View SourceHealthCheckNotificationMethodCollection(Func<IEnumerable<IHealthCheckNotificationMethod>>)
Initializes a new instance of the HealthCheckNotificationMethodCollection class.
Declaration
public HealthCheckNotificationMethodCollection(Func<IEnumerable<IHealthCheckNotificationMethod>> items)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<IEnumerable<IHealthCheckNotificationMethod>> | items | A factory function that returns the collection items. |