|
| Local Methods | ||
| Service Types | Data Object Types | All Properties | All Methods |
Methods
| Methods defined in this Service |
|---|
| RemoteProcess_EndProcess |
Privileges
| Privilege | Description |
|---|---|
| MANAGE_REMOTE_PROCESS | Remote process management with the corresponding access group permission is required to terminate a remote process. |
| MACHINE_MANAGEMENT | Desktop management with the corresponding access group permission is sufficient to terminate a remote process. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the RemoteProcess used to make the method call. |
| id | SessionId |
ID of the session which contains the process to be terminated.
|
| process | RemoteProcessBase |
An instance of RemoteProcessBase class. It contains remote process
basic information which used to identify a remote process.
|
Return Value
| Type | Description |
|---|---|
| xsd:boolean | True if end process action executes successfully, otherwise return false. |
Faults
| Type | Description |
|---|---|
| EntityNotFound | Thrown if any specified entity cannot be found. |
| InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
| InvalidArgument | Thrown if any specified argument is invalid. |
| InvalidType | Thrown if the type of any specified argument is invalid. |
| UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
| Top of page | Local Methods | ||
| Service Types | Data Object Types | All Properties | All Methods |