Skip to content

TransactionlessUnitOfWork.OnRollback event

Occurs when Dispose is called as there is no underlying transaction.

public event Action OnRollback;

See Also