Search Results for

    Show / Hide Table of Contents

    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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io