AutomationAdapter.Close Method
Cleans up any resources allocated by the DataDrivenAdapter on application/session shutdown
Namespace: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting
Assembly: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting (in Microsoft.Uii.HostedApplicationToolkit.AutomationHosting.dll)
Usage
'Usage
Dim instance As AutomationAdapter
Dim returnValue As Boolean
returnValue = instance.Close
Syntax
'Declaration
Public Overrides Function Close As Boolean
public override bool Close ()
public:
virtual bool Close () override
public boolean Close ()
public override function Close () : boolean
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
AutomationAdapter Class
AutomationAdapter Members
Microsoft.Uii.HostedApplicationToolkit.AutomationHosting Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.