CommandClientSendCommand - метод

Definition

Пространство имён: Tessa.Extensions.Default.Console.SendCommand
Сборка: Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 4.0.4
C#
[VerbAttribute("SendCommandClient")]
[LocalizableDescriptionAttribute("Common_CLI_SendCommandClient")]
public static Task SendCommand(
	[OutputAttribute] TextWriter stdOut,
	[ErrorAttribute] TextWriter stdErr,
	[ArgumentAttribute][LocalizableDescriptionAttribute("Common_CLI_DiscoveryCommand")] string command,
	[ArgumentAttribute("k")][LocalizableDescriptionAttribute("Common_CLI_KeyPath")] string keyPath,
	[ArgumentAttribute("kp")][LocalizableDescriptionAttribute("Common_CLI_KeyPassword")] string? keyPassword = null,
	[ArgumentAttribute("s")][LocalizableDescriptionAttribute("Common_CLI_CommandScopes")] string? scopes = null,
	[ArgumentAttribute("t")][LocalizableDescriptionAttribute("Common_CLI_Targets")] string? targets = null,
	[ArgumentAttribute("wa")][LocalizableDescriptionAttribute("Common_CLI_MaintenanceAddress")] string? webbiAddress = null,
	[ArgumentAttribute("wm")][LocalizableDescriptionAttribute("Common_CLI_WebbiManagementRoute")] string? webbiManagementRoute = null,
	[ArgumentAttribute("wt")][LocalizableDescriptionAttribute("Common_CLI_MaintenanceTimeout")] double? webbiTimeoutSeconds = null,
	[ArgumentAttribute("timeout")][LocalizableDescriptionAttribute("Common_CLI_CommandTimeout")] double commandTimeoutMinutes = 2,
	[ArgumentAttribute("pp")][LocalizableDescriptionAttribute("Common_CLI_CommandParameters")] IEnumerable<string>? parameters = null,
	[ArgumentAttribute("a")][LocalizableDescriptionAttribute("Common_CLI_Address")] string? address = null,
	[ArgumentAttribute("i")][LocalizableDescriptionAttribute("Common_CLI_Instance")] string? instanceName = null,
	[ArgumentAttribute("u")][LocalizableDescriptionAttribute("Common_CLI_UserName")] string? userName = null,
	[ArgumentAttribute("p")][LocalizableDescriptionAttribute("Common_CLI_Password")] string? password = null,
	[ArgumentAttribute("nowait")][LocalizableDescriptionAttribute("Common_CLI_NoWait")] bool nowait = false,
	[ArgumentAttribute("q")][LocalizableDescriptionAttribute("Common_CLI_Quiet")] bool quiet = false,
	[ArgumentAttribute("nologo")][LocalizableDescriptionAttribute("CLI_NoLogo")] bool nologo = false
)

Параметры

stdOut  TextWriter
 
stdErr  TextWriter
 
command  String
 
keyPath  String
 
keyPassword  String  (Optional)
 
scopes  String  (Optional)
 
targets  String  (Optional)
 
webbiAddress  String  (Optional)
 
webbiManagementRoute  String  (Optional)
 
webbiTimeoutSeconds  NullableDouble  (Optional)
 
commandTimeoutMinutes  Double  (Optional)
 
parameters  IEnumerableString  (Optional)
 
address  String  (Optional)
 
instanceName  String  (Optional)
 
userName  String  (Optional)
 
password  String  (Optional)
 
nowait  Boolean  (Optional)
 
quiet  Boolean  (Optional)
 
nologo  Boolean  (Optional)
 

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

Task

См. также