Show / Hide Table of Contents

Interface IResilientTransactionFactory

Represents a facotry for createing IResilientTransaction instances based on configuration.

Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public interface IResilientTransactionFactory

Methods

CreateTransactionWrapper(IUseExecutionStrategy)

Creates a transaction wrapper that can handle the EF execution strategies.

Declaration
IResilientTransaction CreateTransactionWrapper(IUseExecutionStrategy store)
Parameters
IUseExecutionStrategy store

A store that supports IUseExecutionStrategy interface.

Returns
IResilientTransaction

A IResilientTransaction that executes an operation in a transaction.

Back to top Generated by DocFX