Interface IHealthNotifier
Abstraction for app health notifier
public interface IHealthNotifier : IDisposable
- Inherited Members
- Extension Methods
Methods
Notify(string, object)
Notifies about app health changes
void Notify(string healthMessage, object context = null)