ISessionController Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The session controlling interface for global hosted applications that want to control over the sessions.
public interface class ISessionController
public interface ISessionController
type ISessionController = interface
Public Interface ISessionController
Methods
SessionChange(Boolean, Guid) |
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(Guid) |
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(Guid, Guid) |
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. |
Events
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. |