Sessions Members

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
public property ActiveSession Gets the currently active session or null.
public property Count The number of current sessions, not counting any global ones.
public property GlobalSession Gets the global session or null.
public property Throttled Gets a Boolean value that specifies whether the sessions have been throttled or not.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AddSession Overloaded.  
public method CloseAll Closes all sessions.
public method CloseSession Closes the session and if it was the active session, assigns another session to be the active one.
public method Equals  (inherited from Object)
public method GetEnumerator Gets an enumerator object that can iterate through the sessions.
public method GetHashCode  (inherited from Object)
public method GetSession Overloaded.  
public method GetType  (inherited from Object)
public method Save Saves the sessions and returns an XML giving the state of all existing sessions.
public method SetActiveSession Sets the session whose ID is given to be the active one and updates the UI as needed.
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method CreateSession Overloaded.  
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.
public event SessionHideEvent Raised to hide the session.
public event 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.