ApplicationHost.HandleRequestAction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This method has been deprecated, request action has been updated to use CAB's event broker
Event handler for the RequestAction event raised by a HostedApplication.
protected:
virtual void HandleRequestAction(Microsoft::Uii::Csr::IHostedApplication ^ appSender, Microsoft::Uii::Csr::RequestActionEventArgs ^ args);
[System.Obsolete("This method has been deprecated, request action has been updated to use CAB's event broker", true)]
protected virtual void HandleRequestAction (Microsoft.Uii.Csr.IHostedApplication appSender, Microsoft.Uii.Csr.RequestActionEventArgs args);
[<System.Obsolete("This method has been deprecated, request action has been updated to use CAB's event broker", true)>]
abstract member HandleRequestAction : Microsoft.Uii.Csr.IHostedApplication * Microsoft.Uii.Csr.RequestActionEventArgs -> unit
override this.HandleRequestAction : Microsoft.Uii.Csr.IHostedApplication * Microsoft.Uii.Csr.RequestActionEventArgs -> unit
Protected Overridable Sub HandleRequestAction (appSender As IHostedApplication, args As RequestActionEventArgs)
Parameters
- appSender
- IHostedApplication
Specifies the hosted application that has raised the event.
Event arguments for RequestActionEventArgs arguments.
- Attributes
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.