Поделиться через


ApplicationHost.HandleRequestAction Method

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)

Usage

'Usage
Dim appSender As IHostedApplication
Dim args As RequestActionEventArgs

Me.HandleRequestAction(appSender, args)

Syntax

'Declaration
<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 _
)
[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(L"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
)
/** @attribute ObsoleteAttribute("This method has been deprecated, request action has been updated to use CAB\'s event broker", true) */ 
protected void HandleRequestAction (
    IHostedApplication appSender, 
    RequestActionEventArgs args
)
ObsoleteAttribute("This method has been deprecated, request action has been updated to use CAB\u0027s event broker", true) 
protected function HandleRequestAction (
    appSender : IHostedApplication, 
    args : RequestActionEventArgs
)

Parameters

  • appSender
    Specifies the hosted application that has raised the event.
  • args
    Event 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ApplicationHost Class
ApplicationHost Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.