CommitLevel
in package
CommitLevel indicates the desired consistency guarantee when committing a transaction on the server.
Table of Contents
Methods
- CommitAll() : CommitLevel
- CommitAll indicates the server should wait until successfully committing master and all replicas.
- CommitMaster() : CommitLevel
- CommitMaster indicates the server should wait until successfully committing master only.
Methods
CommitAll()
CommitAll indicates the server should wait until successfully committing master and all replicas.
public
static CommitAll() : CommitLevel
Return values
CommitLevelCommitMaster()
CommitMaster indicates the server should wait until successfully committing master only.
public
static CommitMaster() : CommitLevel