ISchedulerV3SP3.CreateCommand Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateCommand(String, ICommandInfo, IStringCollection) | |
CreateCommand(String, ICommandInfo, IStringCollection, Boolean) |
CreateCommand(String, ICommandInfo, IStringCollection)
public Microsoft.Hpc.Scheduler.IRemoteCommand CreateCommand (string commandLine, Microsoft.Hpc.Scheduler.ICommandInfo info, Microsoft.Hpc.Scheduler.IStringCollection nodes);
abstract member CreateCommand : string * Microsoft.Hpc.Scheduler.ICommandInfo * Microsoft.Hpc.Scheduler.IStringCollection -> Microsoft.Hpc.Scheduler.IRemoteCommand
Public Function CreateCommand (commandLine As String, info As ICommandInfo, nodes As IStringCollection) As IRemoteCommand
Parameters
- commandLine
- String
- info
- ICommandInfo
- nodes
- IStringCollection
Returns
Applies to
CreateCommand(String, ICommandInfo, IStringCollection, Boolean)
public Microsoft.Hpc.Scheduler.IRemoteCommand CreateCommand (string commandLine, Microsoft.Hpc.Scheduler.ICommandInfo info, Microsoft.Hpc.Scheduler.IStringCollection nodes, bool redirectOutput);
abstract member CreateCommand : string * Microsoft.Hpc.Scheduler.ICommandInfo * Microsoft.Hpc.Scheduler.IStringCollection * bool -> Microsoft.Hpc.Scheduler.IRemoteCommand
Public Function CreateCommand (commandLine As String, info As ICommandInfo, nodes As IStringCollection, redirectOutput As Boolean) As IRemoteCommand
Parameters
- commandLine
- String
- info
- ICommandInfo
- nodes
- IStringCollection
- redirectOutput
- Boolean