ISchedulerV3SP3.CreateCommand Method

Definition

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

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
redirectOutput
Boolean

Returns

Applies to