BTDB.KVDBLayer.BTree.BTreeRoot.RemappingIterate C# (CSharp) 메소드

RemappingIterate() 공개 메소드

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

Same methods

BTreeRoot::RemappingIterate ( BTreeRemappingIterateAction action ) : void