[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 when the defragment process encounters file layout anomalies during the defragmentation process.

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

Syntax

Visual Basic (Declaration)
Sub NotifyDefragmentInfo ( _
	info As DefragmentInfo _
)
C#
void NotifyDefragmentInfo (
	DefragmentInfo info
)
Visual C++
void NotifyDefragmentInfo (
	DefragmentInfo^ info
)

Parameters

info
Db4objects.Db4o.Defragment.DefragmentInfo
The message from the defragmentation process.

Remarks

This method will be called when the defragment process encounters file layout anomalies during the defragmentation process.