IGQIOnInit interface
Definition
- Namespace:
Skyline.DataMiner.Analytics.GenericInterface
- Assembly:
SLAnalyticsTypes.dll
The IGQIOnInit interface allows you to receive a notification via the OnInit
method when an ad hoc data source or custom operator is instantiated. The OnInitInputArgs
parameter provides access to additional resources during initialization.
Important
This life cycle event is triggered not only when data is being fetched, but also when columns are retrieved or queries are built. Avoid performing data retrieval or slow operations in this event, as it can negatively affect the performance of your ad hoc data source or custom operator.
Tip
See also: IGQIOnDestroy
Methods
OnInitOutputArgs OnInit(OnInitInputArgs args)
Indicates that an instance of the class has been created.
Tip
Learn more about when this method is called within an ad hoc data source or custom operator.
Parameters
- OnInitInputArgs
args
.