Retrieves information about a particular process running on the server.
Declaring type: ITerminalServer
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Syntax
C#
public abstract ITerminalServicesProcess GetProcess (
        int processId
) 
Parameters
processId
The ID of the process.
Return Value
Information about the requested process.