IBTreeStructureListener.

NotifySplit(Transaction, BTreeNode, BTreeNode) Method

Syntax

void NotifySplit(Transaction trans, BTreeNode originalNode, BTreeNode newRightNode)

Parameters

Name Type Description
trans Transaction
originalNode BTreeNode
newRightNode BTreeNode

Return Value

Type Description
void