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: 2.0.0-b0713
Syntax
C#
public void InBatch(
	Action action
)

Parameters

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