Share via


ExecutionResult Members

Provides the result of a command that is executed on a node.

The following tables list the members exposed by the ExecutionResult type.

Public Constructors

  Name Description
ExecutionResult Overloaded. Initializes a new instance of the ExecutionResult class.

Top

Public Properties

  Name Description
public property CommandId Retrieves the identifier of the command that ran.
public property ExitCode Retrieves the exit code of the command that ran.
public property MaximumLength Retrieves and sets the total length of the result.
public property NodeName Retrieves the name of the node on which the command ran.
public property Output Retrieves the output from the command.
public property PageSize Retrieves the number of characters to return in each page of the output.
public property Start Retrieves and sets the position of the cursor that is used to read the result.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

ExecutionResult Class
Microsoft.ComputeCluster Namespace