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