ISchedulerV3SP3.CreateCommandInfo Method

Definition

public Microsoft.Hpc.Scheduler.ICommandInfo CreateCommandInfo (Microsoft.Hpc.Scheduler.INameValueCollection envs, string workDir, string stdIn);
abstract member CreateCommandInfo : Microsoft.Hpc.Scheduler.INameValueCollection * string * string -> Microsoft.Hpc.Scheduler.ICommandInfo
Public Function CreateCommandInfo (envs As INameValueCollection, workDir As String, stdIn As String) As ICommandInfo

Parameters

workDir
String
stdIn
String

Returns

Applies to