HealthCheckConfigMessageHandler Property

Gets or sets a delegate which will handle the health check messages.

Namespace: Dundas.BI.Services.Health
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public Action<HealthCheckMessage>? MessageHandler { get; set; }

Property Value

ActionHealthCheckMessage
See Also