Delegate CanNotDropDiskSegmentCreator<TKey, TValue>
Event is fired when the disk segment creator can not be dropped.
Namespace: Tenray.ZoneTree
Assembly: ZoneTree.dll
Syntax
public delegate void CanNotDropDiskSegmentCreator<TKey, TValue>(IDiskSegmentCreator<TKey, TValue> diskSegmentCreator, Exception e)Parameters
| Type | Name | Description | 
|---|---|---|
| IDiskSegmentCreator<TKey, TValue> | diskSegmentCreator | The disk segment creator | 
| Exception | e | The exception | 
Type Parameters
| Name | Description | 
|---|---|
| TKey | The key type | 
| TValue | The value type |