ApplicationHost.HandleRequestAction Method

Definition

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.

args
RequestActionEventArgs

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.

Applies to