API Reference

IExpressionChangeCommitHandler

Internal commit handler contract used by the change transaction manager to flush pending expression changes in a batch.

Description

Defines how one expression node participates in a commit cycle. The change transaction manager gathers handlers and invokes them during flush.

Return type

commit(...) returns boolean indicating whether this handler produced a commit.