ApplicationHost.HandleRequestAction Method (IHostedApplication, RequestActionEventArgs)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Note: This API is now obsolete.
Event handler for the RequestAction event raised by a HostedApplication.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Syntax
[ObsoleteAttribute("This method has been deprecated, request action has been updated to use CAB's event broker",
true)]
protected virtual void HandleRequestAction(
IHostedApplication appSender,
RequestActionEventArgs args
)
<ObsoleteAttribute("This method has been deprecated, request action has been updated to use CAB's event broker",
True)>
Protected Overridable Sub HandleRequestAction (
appSender As IHostedApplication,
args As RequestActionEventArgs
)
Parameters
appSender
Type: Microsoft.Uii.Csr.IHostedApplicationSpecifies the hosted application that has raised the event.
args
Type: Microsoft.Uii.Csr.RequestActionEventArgsEvent arguments for RequestActionEventArgs arguments.
Remarks
If the action is done to an application name of *, then all applications have that action run. This is a way to have global actions.
See Also
ApplicationHost Class
Microsoft.Uii.Csr Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright