Init Method
UFT One 2022 and later: Following the discontinuance of the Silverlight development framework, UFT One no longer supports the Silverlight Add-in by default.
If you need to use and extend the Silverlight Add-in, contact OpenText Support.
This method supports the UFT infrastructure. Do not override it and do not call it in your code.
Visual Basic (Declaration) | |
---|---|
Public Sub Init( _ ByVal utilityObject As IUtilityObject _ ) |
C# | |
---|---|
public void Init( IUtilityObject utilityObject ) |
Parameters
- utilityObject
- The utility object exposed by the CustomServerBase class' UtilityObject property.