Click or drag to resize

DiagnosticsHandlerWrite Method

Print one item of a Diagnostics to listeners. Can be used to connect to DiagnosticsEvent of another Diagnostics object, to transfer any items to this class.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void Write(
	DiagnosticsType type,
	IDiagnostics diagnostics,
	IDiagnosticItem item
)

Parameters

type
Type: DHI.Mike1D.GenericDiagnosticsType

[Missing <param name="type"/> documentation for "M:DHI.Mike1D.Generic.DiagnosticsHandler.Write(DHI.Mike1D.Generic.DiagnosticsType,DHI.Mike1D.Generic.IDiagnostics,DHI.Mike1D.Generic.IDiagnosticItem)"]

diagnostics
Type: DHI.Mike1D.GenericIDiagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.Generic.DiagnosticsHandler.Write(DHI.Mike1D.Generic.DiagnosticsType,DHI.Mike1D.Generic.IDiagnostics,DHI.Mike1D.Generic.IDiagnosticItem)"]

item
Type: DHI.Mike1D.GenericIDiagnosticItem

[Missing <param name="item"/> documentation for "M:DHI.Mike1D.Generic.DiagnosticsHandler.Write(DHI.Mike1D.Generic.DiagnosticsType,DHI.Mike1D.Generic.IDiagnostics,DHI.Mike1D.Generic.IDiagnosticItem)"]

See Also