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

ApplicationCardSynchronizationStrategyCreateFileAsync - метод

Создает новый файл с параметрами и содержимым, заданными в content

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

Параметры

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

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

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

Реализации

IApplicationSynchronizationStrategyCreateFileAsync(ApplicationPackageFileContent, CancellationToken)
Исключения
ИсключениеУсловие
ArgumentException path contains one or more of the invalid characters defined in GetInvalidPathChars.
PathTooLongException The path parameter is longer than the system-defined maximum length.
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.
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.
Exception A delegate callback throws an exception.
ValidationException Ошибка при добавлении файла.
См. также