Override execution of the insight agent. This method finds insight using a snapshot of the document and presents
them to the user as a collection of agent insights. This method is not allowed to make changes
to the document since it only has access to a snapshot of the document.
Namespace: Spotfire.Dxp.Application.Insights
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
protected abstract void ExecuteCore( MarkingInsightAgentContext context )
Parameters
- context
- Type: Spotfire.Dxp.Application.InsightsMarkingInsightAgentContext
The execution context providing access to the document snapshot, marking column, and AI services.
Version Information
Supported in: 15.0
See Also