FileSatelliteHelperStoreFileSatelliteAsync - метод |
Пространство имён:
Tessa.Extensions.Platform.Server.Cards
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static Task StoreFileSatelliteAsync(
ICardStoreExtensionContext context,
ICardRepository cardRepository
)
Public Shared Function StoreFileSatelliteAsync (
context As ICardStoreExtensionContext,
cardRepository As ICardRepository
) As Task
public:
static Task^ StoreFileSatelliteAsync(
ICardStoreExtensionContext^ context,
ICardRepository^ cardRepository
)
static member StoreFileSatelliteAsync :
context : ICardStoreExtensionContext *
cardRepository : ICardRepository -> Task
Параметры
- context
- Тип: Tessa.Cards.ExtensionsICardStoreExtensionContext
Контекст расширения сохранения основной карточки. - cardRepository
- Тип: Tessa.CardsICardRepository
Репозиторий карточек, с помощью которого производится сохранение карточки ссателлита.
Возвращаемое значение
Тип:
TaskВозвращает асинхронную задачу.
См. также