IHandleTransactionLifecycle

Namespace: FoundationDB.Client · interface

Marker interface for objects that need to respond to transaction state change (commit, failure, ...)

Methods

OnTransactionStateChanged

void OnTransactionStateChanged(FdbOperationContext ctx, FdbTransactionState state)

Called when the transaction state changes (reset, commit, rollback, ...)

  • ctx — Context that changed state
  • state — New state