OperationExecuteAsync - метод

Definition

Пространство имён: Tessa.Extensions.Default.Console.MigrateFiles
Сборка: Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
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  IConsoleLogger
 
configurationString  String
 
databaseName  String
 
fromSourceID  Int32
 
toSourceID  Int32
 
threadCount  Int32
 
removeFromTargetFileSource  Boolean
 
canCancel  Boolean
 
quiet  Boolean
 
cancellationToken  CancellationToken  (Optional)
 

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

TaskInt32

См. также