ISessionController.SessionChange Method (Boolean, Guid)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
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.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Syntax
void SessionChange(
bool activate,
Guid sessionId
)
Sub SessionChange (
activate As Boolean,
sessionId As Guid
)
Parameters
activate
Type: System.Booleantrue if the session is becoming active, false if another session is becoming active.
sessionId
Type: System.GuidID of the session being affected
Remarks
Already exists in IHostedApplication but is here to cover all the variations.
See Also
ISessionController Interface
Microsoft.Uii.Csr Namespace
Return to top
Unified Service Desk 2.0
© 2016 Microsoft. All rights reserved. Copyright