Click or drag to resize

IAtomicActionPerform Method

Performs the action. Behavior should be all-or-nothing: if the action doesn't succeed, it should restore any temporary state to what it was before, before storing an error.

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
void Perform()
See Also