Table of Contents

Interface ITransactionAttribute

Namespace
Steeltoe.Common.Transaction
Assembly
Steeltoe.Common.Abstractions.dll
public interface ITransactionAttribute : ITransactionDefinition
Inherited Members

Properties

Qualifier

string Qualifier { get; }

Property Value

string

Methods

RollbackOn(Exception)

bool RollbackOn(Exception exception)

Parameters

exception Exception

Returns

bool