IClusterService.ReadExecutionResult Method
This method supports the infrastructure and is not intended to be used directly from your code.
Retrieves the output from a command.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
Function ReadExecutionResult ( _
commandId As Integer, _
nodeName As String, _
start As Integer, _
count As Integer _
) As String
string ReadExecutionResult (
int commandId,
string nodeName,
int start,
int count
)
String^ ReadExecutionResult (
int commandId,
String^ nodeName,
int start,
int count
)
String ReadExecutionResult (
int commandId,
String nodeName,
int start,
int count
)
function ReadExecutionResult (
commandId : int,
nodeName : String,
start : int,
count : int
) : String
Parameters
- commandId
The identifier of the command that was executed.
- nodeName
The name of the node on which the command was run.
- start
The start position for the read.
- count
The number of bytes to read.
Return Value
The standard out and standard error output from the command.
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
IClusterService Interface
IClusterService Members
Microsoft.ComputeCluster Namespace