The following api methods now work correctly in the Addin Framework:
- IRuntimeArchiveFilter.QueryBlock(out string[] projectName, out int[] ids, out AggregationType[] aggregationTypes, out object[] values)
- IRuntimeArchiveFilter.GetFilterVariablesInfo(out int count, out int[] ids, out string[] names, out string[] projectNames, out AggregationType[] aggregationTypes)
The following api methods now work correctly in the Addin Framework:
- IRuntimeArchiveFilter.QueryBlock(out string[] projectName, out int[] ids, out AggregationType[] aggregationTypes, out object[] values)
- IRuntimeArchiveFilter.GetFilterVariablesInfo(out int count, out int[] ids, out string[] names, out string[] projectNames, out AggregationType[] aggregationTypes)
use a different way to retrieve the required information (e.g. there's another overload of QueryBlock which doesn't have the problematic aggregationTypes parameter)
Bypass the AddInFramework by making the calls directly via zenon.interop