CardStoreExtensionBeforeCommitTransaction - метод
Действие, выполняемое перед коммитом транзакции.
Пространство имён: Tessa.Cards.ExtensionsСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public virtual Task BeforeCommitTransaction(
ICardStoreExtensionContext context
)
Public Overridable Function BeforeCommitTransaction (
context As ICardStoreExtensionContext
) As Task
public:
virtual Task^ BeforeCommitTransaction(
ICardStoreExtensionContext^ context
)
abstract BeforeCommitTransaction :
context : ICardStoreExtensionContext -> Task
override BeforeCommitTransaction :
context : ICardStoreExtensionContext -> Task
- context ICardStoreExtensionContext
- Контекст процесса сохранения карточки.
TaskАсинхронная задача.
ICardStoreExtensionBeforeCommitTransaction(ICardStoreExtensionContext) По умолчанию метод не выполняет действий.