Enum TerminalServerReconnectionPolicy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the policy that applies when a user reconnects to a session.
public enum TerminalServerReconnectionPolicy
Fields
AnyClient = 0
Any client can be used to reconnect to the session.
PreviousClient = 1
Only the previous client can be used to reconnect.
Unknown = 1024
The policy setting is unknown.