Show / Hide Table of Contents

Method WriteTransactionBegan

| Improve this Doc View Source

WriteTransactionBegan(Nullable<IsolationLevel>, String, AddonInvoker)

Writes logging message for transaction began.

Declaration
protected virtual void WriteTransactionBegan(IsolationLevel? isolationLevel, string name, AddonInvoker invoker)
Parameters
Type Name Description
System.Nullable<System.Data.IsolationLevel> isolationLevel

The transaction isolation level.

System.String name

The name of the transaction.

AddonInvoker invoker

The invoker.

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