Compartilhar via


ApplicationHost.HandleRequestActionStatusEvent Method

Event handler for status of the requested action

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As ApplicationHost
Dim sender As Object
Dim args As RequestActionEventArgs

instance.HandleRequestActionStatusEvent(sender, args)

Syntax

'Declaration
Public Overridable Sub HandleRequestActionStatusEvent ( _
    sender As Object, _
    args As RequestActionEventArgs _
)
public virtual void HandleRequestActionStatusEvent (
    Object sender,
    RequestActionEventArgs args
)
public:
virtual void HandleRequestActionStatusEvent (
    Object^ sender, 
    RequestActionEventArgs^ args
)
public void HandleRequestActionStatusEvent (
    Object sender, 
    RequestActionEventArgs args
)
public function HandleRequestActionStatusEvent (
    sender : Object, 
    args : RequestActionEventArgs
)

Parameters

  • sender
    Specifies the sender
  • args
    Specifies the event arguments for request action event

Remarks

This is for internal UII use only. Please do not use directly. Public visibility necessary for CAB integration.

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.