Edit

Share via


Scheduler.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
override this.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

An INameValueCollection that contains a collection of environment variables used by the command.

workDir
String

The full path to the startup directory for the command.

stdIn
String

The full path to the standard input file used by the command.

Returns

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

Implements

Applies to