ISessionController Interface

Definition

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.

Applies to