Click or drag to resize

DatabaseInBatch Method

Runs the given batch of operations as an atomic unit

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public void InBatch(
	Action a
)

Parameters

a
Type: SystemAction
The Action containing the operations.
See Also