TransactionTrackerTKey, TValue Constructor
Creates a new transaction tracker that monitors the provided buffers.
Namespace: SnapDB.Snap.Services.WriterAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
SnapDB.Snap.Services.Writer.TransactionTracker = function(prebuffer, firstStageWriter);
Parameters
- prebuffer PrebufferWriterTKey, TValue
- The prebuffer to track transactions.
- firstStageWriter FirstStageWriterTKey, TValue
- The first stage writer to monitor for transaction commits.