AFAnalysis.Run Method (AFCase)
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Execute the analysis for the specific AFCase.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public void Run( AFCase theCase )
Public Sub Run ( theCase As AFCase ) Dim instance As AFAnalysis Dim theCase As AFCase instance.Run(theCase)
public: void Run( AFCase^ theCase )
member Run : theCase : AFCase -> unit
Parameters
- theCase
- Type: OSIsoft.AF.AnalysisAFCase
The analysis will be executed for the specified AFCase.
Remarks
This will execute the specified case's Run method using the
configured AnalysisRule.