AutomationBridgeService.CloseApplication Method
Closes a dynamic application.
Namespace: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting
Assembly: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting (in Microsoft.Uii.HostedApplicationToolkit.AutomationHosting.dll)
Usage
'Usage
Dim instance As AutomationBridgeService
Dim applicationName As String
instance.CloseApplication(applicationName)
Syntax
'Declaration
Public Sub CloseApplication ( _
applicationName As String _
)
public void CloseApplication (
string applicationName
)
public:
void CloseApplication (
String^ applicationName
)
public void CloseApplication (
String applicationName
)
public function CloseApplication (
applicationName : String
)
Parameters
- applicationName
Specifies the application name.
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
AutomationBridgeService Class
AutomationBridgeService Members
Microsoft.Uii.HostedApplicationToolkit.AutomationHosting Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.