public sealed class TransactionFinishedContext : ITransactionFinishedContext
Public NotInheritable Class TransactionFinishedContext
Implements ITransactionFinishedContext
public ref class TransactionFinishedContext sealed : ITransactionFinishedContext
[<SealedAttribute>]
type TransactionFinishedContext =
class
interface ITransactionFinishedContext
end
TransactionFinishedContext | Создает контекст выполнения обработчиков Handlers, запускаемых после завершения транзакции. |
CancellationToken | Объект, посредством которого можно отменить выполнение обработчика. |
DbScope | Объект для взаимодействия с базой данных. |
Info | Дополнительная информация. |
IsCommited | Флаг показывает, что был выполнен коммит транзакции. Если не установлен, значит был выполнен откат транзакции. |
ValidationResult | Результат валидации выполнения транзакции. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |