Click or drag to resize

DiagnosticsHandlerMessageEventAll Event

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

Parameters: Type of message, message id and message content

Message id can be null.

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, string> MessageEventAll

Value

Type: SystemActionDiagnosticsHandlerMessageType, String, String
See Also