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.
Provides the result of a command that is executed on a node.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
<SerializableAttribute> _
<GuidAttribute("D076DBB0-B77C-43d5-91D6-D7872CADC3C6")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<CLSCompliantAttribute(True)> _
<ComVisibleAttribute(True)> _
Public Class ExecutionResult
Implements IExecutionResult
[SerializableAttribute]
[GuidAttribute("D076DBB0-B77C-43d5-91D6-D7872CADC3C6")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[CLSCompliantAttribute(true)]
[ComVisibleAttribute(true)]
public class ExecutionResult : IExecutionResult
[SerializableAttribute]
[GuidAttribute(L"D076DBB0-B77C-43d5-91D6-D7872CADC3C6")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[CLSCompliantAttribute(true)]
[ComVisibleAttribute(true)]
public ref class ExecutionResult : IExecutionResult
/** @attribute SerializableAttribute() */
/** @attribute GuidAttribute("D076DBB0-B77C-43d5-91D6-D7872CADC3C6") */
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */
/** @attribute CLSCompliantAttribute(true) */
/** @attribute ComVisibleAttribute(true) */
public class ExecutionResult implements IExecutionResult
SerializableAttribute
GuidAttribute("D076DBB0-B77C-43d5-91D6-D7872CADC3C6")
ClassInterfaceAttribute(ClassInterfaceType.None)
CLSCompliantAttribute(true)
ComVisibleAttribute(true)
public class ExecutionResult implements IExecutionResult
Remarks
Treat the properties of this class as read-only; do not set the value of these properties.
You should not use this class. Instead, you should use the IExecutionResult interface as shown in the following example:
IExecutionResult results = cluster.ExecuteCommand(commandId, task, null, null, true, 0);
Inheritance Hierarchy
System.Object
Microsoft.ComputeCluster.ExecutionResult
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