IGQIOnInit interface
Definition
- Namespace:
Skyline.DataMiner.Analytics.GenericInterface
- Assembly:
SLAnalyticsTypes.dll
The IGQIOnInit interface can be implemented for an ad hoc data source or custom operator to get notified, through the OnInit
method, when the data source or operator is created. It can, for instance, be used to set up a connection to a database or to start logging.
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
.