BTDB.KVDBLayer.BTree.BTreeRoot.RemappingIterate C# (CSharp) Method

RemappingIterate() public method

public RemappingIterate ( long transactionId, BTreeRemappingIterateAction action ) : IBTreeNode
transactionId long
action BTreeRemappingIterateAction
return IBTreeNode
        public IBTreeNode RemappingIterate(long transactionId, BTreeRemappingIterateAction action)
        {
            throw new ArgumentException();
        }

Same methods

BTreeRoot::RemappingIterate ( BTreeRemappingIterateAction action ) : void