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

OperationExecuteAsync - метод

Пространство имён:  Tessa.Extensions.Default.Console.MigrateFiles
Сборка:  Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.5.0.19
Синтаксис
public static Task<int> ExecuteAsync(
	IConsoleLogger logger,
	string configurationString,
	string databaseName,
	int fromSourceID,
	int toSourceID,
	int threadCount,
	bool removeFromTargetFileSource,
	bool canCancel,
	bool quiet,
	CancellationToken cancellationToken = default
)

Параметры

logger
Тип: Tessa.Platform.ConsoleAppsIConsoleLogger
configurationString
Тип: SystemString
databaseName
Тип: SystemString
fromSourceID
Тип: SystemInt32
toSourceID
Тип: SystemInt32
threadCount
Тип: SystemInt32
removeFromTargetFileSource
Тип: SystemBoolean
canCancel
Тип: SystemBoolean
quiet
Тип: SystemBoolean
cancellationToken (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskInt32
См. также