ApplicationHost.HandleChangeContext Method (IHostedApplication, ContextEventArgs)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Note: This API is now obsolete.
All applications, as well as ApplicationHost, share the same instance of context so we don't have to overwrite it b/c everyone is updating the same instance.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Syntax
[ObsoleteAttribute("This method has been deprecated, use HandleStateChanged(object, StateChangedEventArgs)",
true)]
protected virtual void HandleChangeContext(
IHostedApplication appSender,
ContextEventArgs args
)
<ObsoleteAttribute("This method has been deprecated, use HandleStateChanged(object, StateChangedEventArgs)",
True)>
Protected Overridable Sub HandleChangeContext (
appSender As IHostedApplication,
args As ContextEventArgs
)
Parameters
appSender
Type: Microsoft.Uii.Csr.IHostedApplicationSpecifies the hosted application that has raised the event.
args
Type: Microsoft.Uii.Csr.ContextEventArgsSpecifies RequestActionEventArgs arguments.
See Also
ApplicationHost Class
Microsoft.Uii.Csr Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright