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