3 references to ClusterRemoteNode
WsatConfig (3)
CommandLine\ArgumentsParser.cs (2)
64
if (optionsHitCount.ContainsKey(CommandLineOption.
ClusterRemoteNode
))
122
AddOptionParserPair(CommandLineOption.
ClusterRemoteNode
, new ClusterRemoteNodeParser());
Configuration\WsatConfiguration.cs (1)
575
arguments += " -" + CommandLineOption.
ClusterRemoteNode
+ ":" + CommandLineOption.Enable;