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 (24.3.0.1000)
Syntax
public Action<HealthCheckMessage>? MessageHandler { get; set; }

Property Value

Type: ActionHealthCheckMessage
See Also