company logo

ObjectSpace :: stopReadTransaction - Stop read transaction

Terminating a nested read transaction just reduces the transaction level. When terminating the last read transaction for an object space, events stored in the event cache will be released. Depending on the value in bFireEvents, events will be emitted (true) or suppressed (false). The option has no effect for nested read transactions.

Implementation details

ObjectSpace  :: stopReadTransaction ( bool bFireEvents )
  • bFireEvents - Fire events

    When this option is true, events will be fired. When the option is false, events will be suppressed.