ExecutionResult Class
Provides the result of a command that is executed on a node.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
[SerializableAttribute] [GuidAttribute("D076DBB0-B77C-43d5-91D6-D7872CADC3C6")] [ClassInterfaceAttribute(ClassInterfaceType.None)] [CLSCompliantAttribute(true)] [ComVisibleAttribute(true)] public 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
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);
Community Additions
ADD
Show: