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