IDesktopUserActions.CloseDynamicApplication Method

Closes the dynamic application.

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

Usage

'Usage
Dim instance As IDesktopUserActions
Dim applicationName As String
Dim returnValue As Boolean

returnValue = instance.CloseDynamicApplication(applicationName)

Syntax

'Declaration
Function CloseDynamicApplication ( _
    applicationName As String _
) As Boolean
bool CloseDynamicApplication (
    string applicationName
)
bool CloseDynamicApplication (
    String^ applicationName
)
boolean CloseDynamicApplication (
    String applicationName
)
function CloseDynamicApplication (
    applicationName : String
) : boolean

Parameters

  • applicationName
    Specifies the name of the application to close

Return Value

Type: Boolean
True if the application closes successfully, otherwise false.

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

IDesktopUserActions Interface
IDesktopUserActions Members
Microsoft.Uii.Desktop.Core Namespace

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