Init Method

OpenText Functional Testing 2022 and later: Following the discontinuance of the Silverlight development framework, OpenText Functional Testing 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 product infrastructure. Do not override it and do not call it in your code.

Syntax

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.

See Also