CardStoreExecutionStrategyStoreSectionsAsync - метод |
Выполняет сохранение секций карточки.
Пространство имён:
Tessa.Cards.ComponentModel
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: Tessa.Cards.ComponentModelCardStoreContext
Контекст операции по сохранению карточки.
Возвращаемое значение
Тип:
TaskАсинхронная задача.
Реализации
ICardStoreExecutionStrategyStoreSectionsAsync(CardStoreContext)См. также