Class HealthCheckNotificationMethodCollection
Namespace: Umbraco.Cms.Core.HealthChecks
Assembly: Umbraco.Core.dll
Syntax
public class HealthCheckNotificationMethodCollection : BuilderCollectionBase<IHealthCheckNotificationMethod>, IBuilderCollection<IHealthCheckNotificationMethod>
Constructors
View SourceHealthCheckNotificationMethodCollection(Func<IEnumerable<IHealthCheckNotificationMethod>>)
Declaration
public HealthCheckNotificationMethodCollection(Func<IEnumerable<IHealthCheckNotificationMethod>> items)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<IEnumerable<IHealthCheckNotificationMethod>> | items |