ICluster.ReadExecutionResult Method
Retrieves the output from a command.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
Function ReadExecutionResult ( _
result As IExecutionResult _
) As String
string ReadExecutionResult (
IExecutionResult result
)
String^ ReadExecutionResult (
IExecutionResult^ result
)
String ReadExecutionResult (
IExecutionResult result
)
function ReadExecutionResult (
result : IExecutionResult
) : String
Parameters
- result
An IExecutionResult interface that contains the result of the command. The ICluster.ExecuteCommandWithPaging method returns this interface.
Return Value
The standard out and standard error output from the command.
Remarks
Call this method when calling the ICluster.ExecuteCommandWithPaging or ICluster.WaitForCommandWithPaging method.
Calling this method is the same as calling the IExecutionResult.Output method.
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
ICluster Interface
ICluster Members
Microsoft.ComputeCluster Namespace