CmdRunnerWorker SetIPAddressList Method CleanCode C# Libraries v1.2.03 API
Sets the list of systems on which to execute the command.

Namespace: CleanCode.RemoteCommands
Assembly: CleanCode.RemoteCommands (in CleanCode.RemoteCommands.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void SetIPAddressList(
	List<string> list
)

Parameters

list
Type: OnlineSystem.Collections.Generic List OnlineString 
The list of IP addresses.
See Also