[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

this method will be called with Diagnostic messages.

Namespace: Db4objects.Db4o.Diagnostic
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Sub OnDiagnostic ( _
	d As IDiagnostic _
)
C#
void OnDiagnostic (
	IDiagnostic d
)
Visual C++
void OnDiagnostic (
	IDiagnostic^ d
)

Parameters

d
Db4objects.Db4o.Diagnostic.IDiagnostic

Remarks

this method will be called with Diagnostic messages.