Interface ITransactionExecution
- Namespace
- Steeltoe.Common.Transaction
- Assembly
- Steeltoe.Common.Abstractions.dll
public interface ITransactionExecution
Properties
IsCompleted
bool IsCompleted { get; }
Property Value
IsNewTransaction
bool IsNewTransaction { get; }
Property Value
IsRollbackOnly
bool IsRollbackOnly { get; }
Property Value
Methods
SetRollbackOnly()
void SetRollbackOnly()