Gets the exit code of the receiving channel when the connection was closed.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Property FinalExitCode As Nullable(Of Integer) Get Private Set |
C# |
---|
public Nullable<int> FinalExitCode { get; private set; } |