Merge branch origin/temp8 into temp8-di2690

This commit is contained in:
Stephan
2018-12-21 15:47:08 +01:00
83 changed files with 864 additions and 668 deletions

View File

@@ -1,9 +1,10 @@
using System.Threading;
using System.Threading.Tasks;
using Umbraco.Core.Composing;
namespace Umbraco.Web.HealthCheck.NotificationMethods
{
public interface IHealthCheckNotificationMethod
public interface IHealthCheckNotificationMethod : IDiscoverable
{
bool Enabled { get; }
Task SendAsync(HealthCheckResults results, CancellationToken token);