A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class SqlTransactionCallback

Inheritance
System.Object
SqlTransactionCallback
Namespace: Mediachase.BusinessFoundation.Data.Sql
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class SqlTransactionCallback : Object

Constructors

SqlTransactionCallback(TransactionCallback, Object)

Declaration
public SqlTransactionCallback(TransactionCallback callback, object state)
Parameters
Type Name Description
TransactionCallback callback
System.Object state

Methods

InvokeOnCommit(SqlTransactionScope)

Declaration
public void InvokeOnCommit(SqlTransactionScope scope)
Parameters
Type Name Description
SqlTransactionScope scope

InvokeOnRollback(SqlTransactionScope)

Declaration
public void InvokeOnRollback(SqlTransactionScope scope)
Parameters
Type Name Description
SqlTransactionScope scope