CommandSendCommand - метод

Definition

Пространство имён: Tessa.Extensions.Default.Console.SendCommand
Сборка: Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 4.0.4
C#
[VerbAttribute("SendCommand")]
[LocalizableDescriptionAttribute("Common_CLI_SendCommand")]
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("timeout")][LocalizableDescriptionAttribute("Common_CLI_CommandTimeout")] double commandTimeoutMinutes = 2,
	[ArgumentAttribute("pp")][LocalizableDescriptionAttribute("Common_CLI_CommandParameters")] IEnumerable<string>? parameters = null,
	[ArgumentAttribute("nowait")][LocalizableDescriptionAttribute("Common_CLI_NoWait")] bool nowait = false,
	[ArgumentAttribute("r")][LocalizableDescriptionAttribute("Common_CLI_RedisConnectionString")] string? redisConnectionString = null,
	[ArgumentAttribute("sc")][LocalizableDescriptionAttribute("Common_CLI_ServerCode")] string? serverCode = null,
	[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)
 
commandTimeoutMinutes  Double  (Optional)
 
parameters  IEnumerableString  (Optional)
 
nowait  Boolean  (Optional)
 
redisConnectionString  String  (Optional)
 
serverCode  String  (Optional)
 
quiet  Boolean  (Optional)
 
nologo  Boolean  (Optional)
 

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

Task

См. также