Method OnBegan
| Improve this Doc View SourceOnBegan(Nullable<IsolationLevel>, String, AddonInvoker)
Intercepts after ITransaction began.
Declaration
void OnBegan(IsolationLevel? isolationLevel, string name, AddonInvoker invoker)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<System.Data.IsolationLevel> | isolationLevel | The System.Data.IsolationLevel. |
| System.String | name | The name of the transaction. |
| AddonInvoker | invoker | The AddonInvoker which wraps the ITransaction execution. |