Terminates the process with a particular exit code.
Declaring type: ITerminalServicesProcess
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Syntax
C#
public abstract void Kill (
        int exitCode
) 
Parameters
exitCode
The exit code for the process.