CardStoreExecutionStrategyStoreSectionsAsync - метод
Выполняет сохранение секций карточки.
Пространство имён: Tessa.Cards.ComponentModelСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public Task StoreSectionsAsync(
CardStoreContext context
)
Public Function StoreSectionsAsync (
context As CardStoreContext
) As Task
public:
virtual Task^ StoreSectionsAsync(
CardStoreContext^ context
) sealed
abstract StoreSectionsAsync :
context : CardStoreContext -> Task
override StoreSectionsAsync :
context : CardStoreContext -> Task
- context CardStoreContext
- Контекст операции по сохранению карточки.
TaskАсинхронная задача.
ICardStoreExecutionStrategyStoreSectionsAsync(CardStoreContext)