TA and NQ Example Code

This topic applies to .NET version only

Let's look at an example. We will use SensorPanel class from Activation example, which represents a simple linked list.

In order to check if SensorPanel is TA enabled in the runtime we will add the following Diagnostic listener:

10 linked instances of SensorPanel will be stored and retrieved:

The whole project code can be downloaded here: c#  vb