SecureServerStackTraceRequestExtensionBeforeCommitTransaction(ICardDeleteExtensionContext) - метод
Действие, выполняемое перед коммитом транзакции.
Пространство имён: Tessa.Extensions.Platform.Server.CommonСборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
public Task BeforeCommitTransaction(
ICardDeleteExtensionContext context
)
Public Function BeforeCommitTransaction (
context As ICardDeleteExtensionContext
) As Task
public:
virtual Task^ BeforeCommitTransaction(
ICardDeleteExtensionContext^ context
) sealed
abstract BeforeCommitTransaction :
context : ICardDeleteExtensionContext -> Task
override BeforeCommitTransaction :
context : ICardDeleteExtensionContext -> Task
- context ICardDeleteExtensionContext
- Контекст процесса удаления карточки.
TaskАсинхронная задача.
ICardDeleteExtensionBeforeCommitTransaction(ICardDeleteExtensionContext)