Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Redirects standard output to the specified file.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
Property Stdout As String
string Stdout { get; set; }
property String^ Stdout {
String^ get ();
void set (String^ value);
}
/** @property */
String get_Stdout ()
/** @property */
void set_Stdout (String value)
function get Stdout () : String
function set Stdout (value : String)
Property Value
The path to the file to which standard output is redirected.
Remarks
You must specify a file to capture output to stdout; otherwise, the output is lost. If the file exists, it is overwritten. Specify a separate file for each task. If you use the same file, the task could fail if the file is currently locked by another task. The path must exist on each node on which the task runs.
The output file is ignored for tasks run as commands (see ICluster.ExecuteCommand).
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
ITask.Stdin Property