Table of Contents

Interface ITransactionExecution

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

Properties

IsCompleted

bool IsCompleted { get; }

Property Value

bool

IsNewTransaction

bool IsNewTransaction { get; }

Property Value

bool

IsRollbackOnly

bool IsRollbackOnly { get; }

Property Value

bool

Methods

SetRollbackOnly()

void SetRollbackOnly()