ITask.Stdin Property

Redirects standard input from the specified file.

Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)

Usage

Syntax

'Declaration
Property Stdin As String
string Stdin { get; set; }
property String^ Stdin {
    String^ get ();
    void set (String^ value);
}
/** @property */
String get_Stdin ()

/** @property */
void set_Stdin (String value)
function get Stdin () : String

function set Stdin (value : String)

Property Value

The path to the file from which standard input is redirected.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP

Target Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities

See Also

Reference

ITask Interface
ITask Members
Microsoft.ComputeCluster Namespace
ITask.Stderr Property
Stdout