CustomServerBase Class
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.
The base class for the custom server class.
Visual Basic (Declaration) | |
---|---|
Public MustInherit Class CustomServerBase |
C# | |
---|---|
public abstract class CustomServerBase |
public class MyAppSrv: CustomServerBase, IRecord, IMyAppSrvRun, ITableVerify, IMyAppSrvCustProp, IComponentDetector
System.Object
Mercury.QTP.Slv.CustomServer.CustomServerBase
Name | Description | |
---|---|---|
Init | This method supports the UFT infrastructure. Do not override it and do not call it in your code. |