Share via


ISessionController Members

The session controlling interface for global hosted applications that want to control over the sessions.

The following tables list the members exposed by the ISessionController type.

Public Methods

  Name Description
public method SessionChange Called whenever the session is changed. Only global applications receive this since 'local' applications don't need to know if their session is shown or not.
public method SessionClose Called whenever the session is closed.. Only global applications receive this since 'local' applications don't need to know if their session is shown or not.
public method SessionOpen Called whenever the session is opened.. Only global applications receive this since 'local' applications don't need to know if their session is shown or not.

Top

Public Events

  Name Description
public event RequestSessionChange Occurs when an request to change a session is fired.
public event RequestSessionClose Occurs when an request to close a session is fired.
public event RequestSessionOpen Occurs when an request to open a session is fired.

Top

See Also

Reference

ISessionController Interface
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.