Для изменения размера нажмите или перетащите

ApplicationCardSynchronizationStrategyStartSynchronizationAsync - метод

Вызывается при запуске процесса синхронизации

Пространство имён:  Tessa.UI.AppManager.Synchronization
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public Task StartSynchronizationAsync(
	ApplicationPackage applicationPackage,
	CancellationToken cancellationToken = default
)

Параметры

applicationPackage
Тип: Tessa.Applications.PackageApplicationPackage
Пакет приложения
cancellationToken (Optional)
Тип: System.ThreadingCancellationToken
Объект, посредством которого можно отменить асинхронную задачу.

Возвращаемое значение

Тип: Task
Асинхронная задача.

Реализации

IApplicationSynchronizationStrategyStartSynchronizationAsync(ApplicationPackage, CancellationToken)
Исключения
ИсключениеУсловие
MemberAccessException The LazyT instance is initialized to use the default constructor of the type that is being lazily initialized, and permissions to access the constructor are missing.
InvalidOperationException The initialization function tries to access Value on this instance.
MissingMemberException The LazyT instance is initialized to use the default constructor of the type that is being lazily initialized, and that type does not have a public, parameterless constructor.
ArgumentNullException source or selector is null.
OverflowException The sum is larger than MaxValue.
См. также