AgentDesktopSessions Members
Represents the sessions class that is used to create and handle the individual AgentDesktopSessions.
The following tables list the members exposed by the AgentDesktopSessions type.
Public Constructors
Name | Description | |
---|---|---|
AgentDesktopSessions | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
ActiveSession | Gets the currently active session or null. (inherited from Sessions) | |
Count | The number of current sessions, not counting any global ones. (inherited from Sessions) | |
GlobalSession | Gets the global session or null. (inherited from Sessions) | |
Throttled | Gets a Boolean value that specifies whether the sessions have been throttled or not. (inherited from Sessions) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddSession | Overloaded. (inherited from Sessions) | |
CloseAll | Closes all sessions. (inherited from Sessions) | |
CloseSession | Closes the session and if it was the active session, assigns another session to be the active one. (inherited from Sessions) | |
Equals | (inherited from Object) | |
GetEnumerator | Gets an enumerator object that can iterate through the sessions. (inherited from Sessions) | |
GetHashCode | (inherited from Object) | |
GetSession | Overloaded. (inherited from Sessions) | |
GetType | (inherited from Object) | |
Save | Saves the sessions and returns an XML giving the state of all existing sessions. (inherited from Sessions) | |
SetActiveSession | Sets the session whose ID is given to be the active one and updates the UI as needed. (inherited from Sessions) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
CreateSession | Overloaded. Overridden. | |
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
Public Events
Name | Description | |
---|---|---|
SessionCloseEvent | Raised to close the session. (inherited from Sessions) | |
SessionHideEvent | Raised to hide the session. (inherited from Sessions) | |
SessionShowEvent | Raised to show the session. (inherited from Sessions) |
Top
See Also
Reference
AgentDesktopSessions Class
Microsoft.Uii.Desktop.SessionManager Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.