SecureServerStackTraceRequestExtensionBeforeCommitTransaction(ICardDeleteExtensionContext) - метод
Действие, выполняемое перед коммитом транзакции.
Пространство имён: Tessa.Extensions.Platform.Server.CommonСборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
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)