IScheduler.CreateCommandInfo(INameValueCollection, String, String) Method

Definition

Creates an object that you can use to provide additional property values to a command.

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

An ICommandInfo interface that defines the property values used by the command.

Applies to