PrebufferWriterTKey, TValueCommit Method
Triggers a rollover if the provided transaction id has not yet been triggered.
This method does not block
Namespace: SnapDB.Snap.Services.WriterAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void Commit(
long transactionId
)
Public Sub Commit (
transactionId As Long
)
public:
void Commit(
long long transactionId
)
function Commit(transactionId);
Parameters
- transactionId Int64
- the transaction id to execute the commit on.