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.
This constructor supports the infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the ExecutionResult class using the specified results information.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
Public Sub New ( _
id As Integer, _
nodeName As String, _
exitCode As Integer, _
output As String, _
pageSize As Integer _
)
public ExecutionResult (
int id,
string nodeName,
int exitCode,
string output,
int pageSize
)
public:
ExecutionResult (
int id,
String^ nodeName,
int exitCode,
String^ output,
int pageSize
)
public ExecutionResult (
int id,
String nodeName,
int exitCode,
String output,
int pageSize
)
public function ExecutionResult (
id : int,
nodeName : String,
exitCode : int,
output : String,
pageSize : int
)
Parameters
- id
The identifier of the command that ran
- nodeName
The name of the node on which the command ran.
- exitCode
The exit code of the command that ran.
- output
The output from the command.
- pageSize
The number of characters to return in each page of the output.
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
ExecutionResult Class
ExecutionResult Members
Microsoft.ComputeCluster Namespace