ISessionController Interface
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
The session controlling interface for global hosted applications that want to control over the sessions.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Syntax
public interface ISessionController
Public Interface ISessionController
Methods
Name | Description | |
---|---|---|
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
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. |
See Also
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright