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
public property ActiveSession  Gets the currently active session or null. (inherited from Sessions)
public property Count  The number of current sessions, not counting any global ones. (inherited from Sessions)
public property GlobalSession  Gets the global session or null. (inherited from Sessions)
public property 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
public method AddSession  Overloaded. (inherited from Sessions)
public method CloseAll  Closes all sessions. (inherited from Sessions)
public method CloseSession  Closes the session and if it was the active session, assigns another session to be the active one. (inherited from Sessions)
public method Equals  (inherited from Object)
public method GetEnumerator  Gets an enumerator object that can iterate through the sessions. (inherited from Sessions)
public method GetHashCode  (inherited from Object)
public method GetSession  Overloaded. (inherited from Sessions)
public method GetType  (inherited from Object)
public method Save  Saves the sessions and returns an XML giving the state of all existing sessions. (inherited from Sessions)
public method SetActiveSession  Sets the session whose ID is given to be the active one and updates the UI as needed. (inherited from Sessions)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method CreateSession Overloaded. Overridden.  
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

Public Events

  Name Description
public event SessionCloseEvent  Raised to close the session. (inherited from Sessions)
public event SessionHideEvent  Raised to hide the session. (inherited from Sessions)
public event 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.