Table of Contents

Interface ITransactionSynchronization

Namespace
Steeltoe.Common.Transaction
Assembly
Steeltoe.Common.Abstractions.dll
public interface ITransactionSynchronization

Methods

AfterCommit()

void AfterCommit()

AfterCompletion(int)

void AfterCompletion(int status)

Parameters

status int

BeforeCommit(bool)

void BeforeCommit(bool readOnly)

Parameters

readOnly bool

BeforeCompletion()

void BeforeCompletion()

Flush()

void Flush()

Resume()

void Resume()

Suspend()

void Suspend()