Share via


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
System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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
System_CAPS_pubevent RequestSessionChange

Occurs when an request to change a session is fired.

System_CAPS_pubevent RequestSessionClose

Occurs when an request to close a session is fired.

System_CAPS_pubevent RequestSessionOpen

Occurs when an request to open a session is fired.

See Also

Microsoft.Uii.Csr Namespace

Return to top

Unified Service Desk 2.0

© 2017 Microsoft. All rights reserved. Copyright