Package | Description |
---|---|
agi.foundation |
Contains commonly used types.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionContext.addCommitted(EventHandler<TransactionCommittedEventArgs> value)
Adds a handler for an event that is raised each time that a transaction is committed in this context.
|
void |
TransactionContext.removeCommitted(EventHandler<TransactionCommittedEventArgs> value)
Removes a handler for an event that is raised each time that a transaction is committed in this context.
|