Delegate BottomSegmentsMergeOperationStarted<TKey, TValue>
Event is fired when the bottom segments merge operation is started.
Namespace: Tenray.ZoneTree
Assembly: ZoneTree.dll
Syntax
public delegate void BottomSegmentsMergeOperationStarted<TKey, TValue>(IZoneTreeMaintenance<TKey, TValue> zoneTree)Parameters
| Type | Name | Description | 
|---|---|---|
| IZoneTreeMaintenance<TKey, TValue> | zoneTree | The ZoneTree maintenance | 
Type Parameters
| Name | Description | 
|---|---|
| TKey | The key type | 
| TValue | The value type |