Summary
This method will be called when the defragment process encounters
file layout anomalies during the defragmentation process.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Defragment - Containing Type
- IDefragmentListener
Syntax
void NotifyDefragmentInfo(DefragmentInfo info)
Remarks
This method will be called when the defragment process encounters
file layout anomalies during the defragmentation process.
Parameters
Name | Type | Description |
---|---|---|
info | DefragmentInfo | The message from the defragmentation process. |
Return Value
Type | Description |
---|---|
void |