Click or drag to resize

DiagnosticsHandlerMessageEvent Event

Event that is triggered every time a new diagnostics message is produced by one of the connected diagnostics objects.

The number of identical messages is limited by _numberOfIdenticalMessagesToWrite

Parameters: Type of message and message content.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public event Action<DiagnosticsHandlerMessageType, string> MessageEvent

Value

Type: SystemActionDiagnosticsHandlerMessageType, String
See Also