Click or drag to resize

DiagnosticsHandler Events

The DiagnosticsHandler type exposes the following members.

Events
  NameDescription
Public eventMessageEvent
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.

Public eventMessageEventAll
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.

Top
See Also