Code indicating how write transactions are handled.
Namespace: net.citrusleafAssembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
RETRY | 0 | If transaction fails, retry until specified timeout is reached. | |
ONCE | 1 | Fail immediately if transaction fails. | |
ASSURED | 2 | Guarantee that a transaction is applied exactly once. The server will keep state information about the transaction. |
See Also