ICouchStoreDelegateStorageExitedTransaction Method |
Called whenever the outermost transaction completes.
Namespace:
Couchbase.Lite.Store
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax void StorageExitedTransaction(
bool committed
)
Parameters
- committed
- Type: SystemBoolean
true on commit, false if the transaction was aborted.
See Also