Version:
IRemoteProcess Interface
Represents a process on a remote server.
Inheritance Hierarchy
- Inedo.Agents.IRemoteProcess
Syntax
public
interface
IRemoteProcess : System.IDisposable
Events
|
Name |
Description |
|
ErrorDataReceived
|
Occurs when text has been written to the StandardError stream.
|
|
Exited
|
Occurs when the process has exited.
|
|
OutputDataReceived
|
Occurs when text has been written to the StandardOutput stream.
|
Properties
|
Name |
Description |
|
ExitCode
|
Gets the process exit code or null (Nothing in Visual Basic) if the process has not exited.
|