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.
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 | |
---|---|---|
![]() |
CommandId | Retrieves the identifier of the command that ran. |
![]() |
ExitCode | Retrieves the exit code of the command that ran. |
![]() |
MaximumLength | Retrieves and sets the total length of the result. |
![]() |
NodeName | Retrieves the name of the node on which the command ran. |
![]() |
Output | Retrieves the output from the command. |
![]() |
PageSize | Retrieves the number of characters to return in each page of the output. |
![]() |
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 | |
---|---|---|
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetType | (Inherited from Object ) |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top