Click or drag to resize

RunInTransactionDelegate Delegate

A delegate that can be run in a transaction on a Database.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public delegate bool RunInTransactionDelegate()

Return Value

Type: Boolean
See Also