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 | |
---|---|---|
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. | |
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. | |
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 | |
---|---|---|
RequestSessionChange | Occurs when an request to change a session is fired. | |
RequestSessionClose | Occurs when an request to close a session is fired. | |
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.