UserLock API
|
Classes | |
class | AgentDistributionProperties |
Agent distribution properties. See the property AgentDistributionProperties of the UserLockServer class to retrieve an instance of this class and update it. More... | |
class | MachineState |
State of a machine in the protected network zone. This is an element of a MachineStates list. More... | |
class | MachineStates |
List of machine states in the protected network zone. See the class MachineState and see the property AgentDistribution of the UserLockServer class to retrieve such a list.
| |
Enumerations | |
enum | JoinMode { Always = 0 , IfNewNotAllowed = 1 , Never = 2 } |
Different possible behaviors if a user opens a terminal session on a terminal server on which he already has an opened session. See the property JoinMode of the class AgentDistributionProperties. More... | |
enum | AgentType { Desktop = 0 , DC = 1 , RRAS = 2 , NPS = 3 , IAS = NPS , IIS = 4 , Mac = 5 } |
The different types of agents that can be installed. See the property AgentType of the MachineState class. More... | |
enum | AgentStatus { NotInstalled = 0 , Installed = 1 , Unknown = 2 , Installing = 3 , Uninstalling = 4 , Upgrading = 5 } |
Installation status of the agent. See the property AgentStatus of the class MachineState. More... | |
enum JoinMode |
Different possible behaviors if a user opens a terminal session on a terminal server on which he already has an opened session. See the property JoinMode of the class AgentDistributionProperties.
enum AgentType |
The different types of agents that can be installed. See the property AgentType of the MachineState class.
enum AgentStatus |
Installation status of the agent. See the property AgentStatus of the class MachineState.