ISchedulerV4.CreateCommandInfo(INameValueCollection, String, String) 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.
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
- envs
- INameValueCollection
- workDir
- String
- stdIn
- String