The SshCommand type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| BeginExecute |
Begins an asynchronous command execution.
| |
| BeginExecute(AsyncCallback) |
Begins an asynchronous command execution.
| |
| BeginExecute(AsyncCallback, Object) |
Begins an asynchronous command execution.
| |
| BeginExecute(String, AsyncCallback, Object) |
Begins an asynchronous command execution. 22
| |
| CancelAsync |
Cancels command execution in asynchronous scenarios.
| |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged ResourceMessages.
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
| |
| EndExecute |
Waits for the pending asynchronous command execution to complete.
| |
| (Inherited from | ||
| Execute |
Executes command specified by CommandText property.
| |
| Execute(String) |
Executes the specified command text.
| |
| Finalize |
Releases unmanaged resources and performs other cleanup operations before the
SshCommand is reclaimed by garbage collection.
(Overrides | |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| CommandText |
Gets the command text.
| |
| CommandTimeout |
Gets or sets the command timeout.
| |
| Error |
Gets the command execution error.
| |
| ExitStatus |
Gets the command exit status.
| |
| ExtendedOutputStream |
Gets the extended output stream.
| |
| OutputStream |
Gets the output stream.
| |
| Result |
Gets the command execution result.
|
See Also