TechTalk Genome v4.2

IContext.BeforeRollbackDeferred Event

Occurs before changes in this Context are rolled back and after all BeforeRollbackObject events have been fired.

event RollbackEventHandler BeforeRollbackDeferred;

Remarks

Signals that the Context is about to be committed. This event occurs once after the BeforeCommitObject event for each modified object has been fired.

The Context that raises the event will automatically become the active Context in the calling thread for the duration of the call. This ensures that any unbound proxies used in the event handlers are resolved from the relevant Context. When the events have been successfully processed, the context stack of the calling thread is restored to its previous state.

Requirements

Namespace: TechTalk.Genome

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

IContext Interface | TechTalk.Genome Namespace | Context.BeforeRollbackObject | Context.BeforeRollback