Show / Hide Table of Contents

Method OnBegan

| Improve this Doc View Source

OnBegan(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest