Runs the given batch of operations as an atomic unit
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax public void InBatch(
Action action
)
Parameters
- action
- Type: SystemAction
The Action containing the operations.
See Also