Compartir a través de


ApplicationHost.HandleActionCompleted Method

Event handlers for hosted apps

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

Usage

'Usage
Dim appSender As IHostedApplication
Dim args As ActionEventArgs

Me.HandleActionCompleted(appSender, args)

Syntax

'Declaration
<ObsoleteAttribute("This method has been deprecated, use HandleActionCompletedEvent(object, ActionEventArgs)", False)> _
Protected Overridable Sub HandleActionCompleted ( _
    appSender As IHostedApplication, _
    args As ActionEventArgs _
)
[ObsoleteAttribute("This method has been deprecated, use HandleActionCompletedEvent(object, ActionEventArgs)", false)] 
protected virtual void HandleActionCompleted (
    IHostedApplication appSender,
    ActionEventArgs args
)
[ObsoleteAttribute(L"This method has been deprecated, use HandleActionCompletedEvent(object, ActionEventArgs)", false)] 
protected:
virtual void HandleActionCompleted (
    IHostedApplication^ appSender, 
    ActionEventArgs^ args
)
/** @attribute ObsoleteAttribute("This method has been deprecated, use HandleActionCompletedEvent(object, ActionEventArgs)", false) */ 
protected void HandleActionCompleted (
    IHostedApplication appSender, 
    ActionEventArgs args
)
ObsoleteAttribute("This method has been deprecated, use HandleActionCompletedEvent(object, ActionEventArgs)", false) 
protected function HandleActionCompleted (
    appSender : IHostedApplication, 
    args : ActionEventArgs
)

Parameters

  • appSender
    The hosted application that has raised the event.
  • args
    RequestActionEventArgs arguments. Refer to RequestActionEventArgs in the HostedAplication.cs for more details

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.