DdaAutomationAdapter.Initialize Method
Instantiates the DDA.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As DdaAutomationAdapter
Dim returnValue As Boolean
returnValue = instance.Initialize
Syntax
'Declaration
Public Overrides Function Initialize As Boolean
public override bool Initialize ()
public:
virtual bool Initialize () override
public boolean Initialize ()
public override function Initialize () : boolean
Return Value
Type: Boolean
True if the instantiation was successful, 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
DdaAutomationAdapter Class
DdaAutomationAdapter Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.