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