OperationExecuteAsync - метод
Пространство имён: Tessa.Extensions.Default.Console.PackageAppСборка: Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.6.0.22
public static Task<int> ExecuteAsync(
IConsoleLogger logger,
string exePath,
string outputPath,
string icoPath,
string alias,
string name,
string group,
string version,
bool admin,
bool client64Bit,
bool appManagerApiV2,
bool binaryMode,
CancellationToken cancellationToken = default
)
Public Shared Function ExecuteAsync (
logger As IConsoleLogger,
exePath As String,
outputPath As String,
icoPath As String,
alias As String,
name As String,
group As String,
version As String,
admin As Boolean,
client64Bit As Boolean,
appManagerApiV2 As Boolean,
binaryMode As Boolean,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of Integer)
public:
static Task<int>^ ExecuteAsync(
IConsoleLogger^ logger,
String^ exePath,
String^ outputPath,
String^ icoPath,
String^ alias,
String^ name,
String^ group,
String^ version,
bool admin,
bool client64Bit,
bool appManagerApiV2,
bool binaryMode,
CancellationToken cancellationToken = CancellationToken()
)
static member ExecuteAsync :
logger : IConsoleLogger *
exePath : string *
outputPath : string *
icoPath : string *
alias : string *
name : string *
group : string *
version : string *
admin : bool *
client64Bit : bool *
appManagerApiV2 : bool *
binaryMode : bool *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<int>
- logger IConsoleLogger
-
- exePath String
-
- outputPath String
-
- icoPath String
-
- alias String
-
- name String
-
- group String
-
- version String
-
- admin Boolean
-
- client64Bit Boolean
-
- appManagerApiV2 Boolean
-
- binaryMode Boolean
-
- cancellationToken CancellationToken (Optional)
-
TaskInt32