PrebufferWriterTKey, TValueCommit Method

Triggers a rollover if the provided transaction id has not yet been triggered. This method does not block

Definition

Namespace: SnapDB.Snap.Services.Writer
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void Commit(
	long transactionId
)

Parameters

transactionId  Int64
the transaction id to execute the commit on.

See Also