Implementing mandatory classes
A QVX connector requires implementation of three mandatory classes that contain five methods in total:
- Program.cs reference
- A class extending QvxServer (in this example QvEventLogServer.cs reference)
- A class creating tables/fields and extracting data (in this example QvEventLogConnection.cs reference)
The process flow of the program and the high level definition of the classes are as follows:
Start by Implementing Program.cs.