Lines Matching refs:args

150             string args = string.Format("\"{0}\" -ip {1}",  in CheckName()
154 int returnVal = ProcessExecutor.DoProcess_GetOutput(exe_path, args, out output); in CheckName()
312 DataReceivedEventHandler handler = new DataReceivedEventHandler((sender, args) => { in start()
313 if (args != null && args.Data != null) in start()
315 Console.WriteLine(args.Data); in start()
317 … if (args.Data.ToString().Contains("Bridge is being used by the PC with IP Address")) in start()
335 internal static int rsthold(string[] args) in rsthold() argument
342 string arg_string = StringCombiner.MakeDelimitedString(args, ' '); in rsthold()
351 internal static int forceOff1(string[] args) in forceOff1() argument
359 string arg_string = StringCombiner.MakeDelimitedString(args, ' '); in forceOff1()
368 internal static int init_shutdown_w_FOFF2(string[] args) in init_shutdown_w_FOFF2() argument
376 string arg_string = StringCombiner.MakeDelimitedString(args, ' '); in init_shutdown_w_FOFF2()
385 internal static int forceOff2_off_single_cgi(string[] args) in forceOff2_off_single_cgi() argument
393 string arg_string = StringCombiner.MakeDelimitedString(args, ' '); in forceOff2_off_single_cgi()
1241 string args = Convert.ToString((int)DateTime.Now.Ticks); in SendKillRestartAndResponse()
1249 args, in SendKillRestartAndResponse()
1262 bool bFoundAck = ParseReceivedMessage(reply, "kill_ack", args); in SendKillRestartAndResponse()
1263 bool bFoundDone = ParseReceivedMessage(reply, "kill_done", args); in SendKillRestartAndResponse()
1276 bFoundDone = ParseReceivedMessage(reply, "kill_done", args); in SendKillRestartAndResponse()