| Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |
Methods
Methods defined in this Service |
---|
RemoteApplication_EndApplication, RemoteApplication_GetS4BPairingMode |
Privileges
Privilege | Description |
---|---|
MANAGE_REMOTE_PROCESS | Remote process management with the corresponding access group permission is required to terminate a remote application. |
MACHINE_MANAGEMENT | Desktop management with the corresponding access group permission is sufficient to terminate a remote application. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the RemoteApplication used to make the method call. |
id | SessionId |
ID of the session which contains the application to be terminated.
|
applicationId | xsd:string |
ID of a remote application.
|
Return Value
Type | Description |
---|---|
None |
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. |
Privileges
Privilege | Description |
---|---|
MACHINE_VIEW | Machine read with the corresponding access group permission is sufficient to get a session's S4B pairing mode. |
POOL_VIEW | Desktop read with the corresponding access group permission is sufficient to get a session's S4B pairing mode. |
FEDERATED_SESSIONS_VIEW | Global session read is sufficient to get a session's S4B pairing mode. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the RemoteApplication used to make the method call. |
id | SessionId |
SessionID to get the S4B pair mode for.
|
Return Value
Type | Description |
---|---|
xsd:string | The Skype for Business pairing mode. The possible pairing modes are: {S4B_STATUS_OPTIMIZED, S4B_STATUS_FALLBACK, S4B_STATUS_CONNECTING, S4B_STATUS_OPTIMIZED_VERSION_MISMATCH, S4B_STATUS_FALLBACK_VERSION_MISMATCH, S4B_STATUS_CONNECTING, S4B_STATUS_DISCONNECTED, S4B_STATUS_UNDEFINED}. |
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 |