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