Delegate MergeOperationStarted<TKey, TValue>
Event is fired when the merge operation is started.
Namespace: Tenray.ZoneTree
Assembly: ZoneTree.dll
Syntax
public delegate void MergeOperationStarted<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 |