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

A message from the defragmentation process.

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

Syntax

Visual Basic (Declaration)
Public Class DefragmentInfo
C#
public class DefragmentInfo
Visual C++
public ref class DefragmentInfo

Remarks

A message from the defragmentation process. This is a stub only and will be refined. Currently instances of these class will only be created and sent to registered listeners when invalid IDs are encountered during the defragmentation process. These probably are harmless and the result of a user-initiated delete operation.

Inheritance Hierarchy

System.Object
  Db4objects.Db4o.Defragment.DefragmentInfo

See Also