OperationExecuteAsync - метод |
Пространство имён:
Tessa.Extensions.Default.Console.PackageApp
Сборка:
Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.5.0.19
Синтаксис 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
)
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
) 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
)
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 -> Task<int>
Параметры
- logger
- Тип: Tessa.Platform.ConsoleAppsIConsoleLogger
- exePath
- Тип: SystemString
- outputPath
- Тип: SystemString
- icoPath
- Тип: SystemString
- alias
- Тип: SystemString
- name
- Тип: SystemString
- group
- Тип: SystemString
- version
- Тип: SystemString
- admin
- Тип: SystemBoolean
- client64Bit
- Тип: SystemBoolean
- appManagerApiV2
- Тип: SystemBoolean
- binaryMode
- Тип: SystemBoolean
Возвращаемое значение
Тип:
TaskInt32См. также