AFAnalysis.GetStatus Method (IList(AFAnalysis))
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Get the status for the list of specified analyses from the PI AF Server.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static void GetStatus( IList<AFAnalysis> analyses )
Public Shared Sub GetStatus ( analyses As IList(Of AFAnalysis) ) Dim analyses As IList(Of AFAnalysis) AFAnalysis.GetStatus(analyses)
public: static void GetStatus( IList<AFAnalysis^>^ analyses )
static member GetStatus : analyses : IList<AFAnalysis> -> unit
Parameters
- analyses
- Type: System.Collections.GenericIListAFAnalysis
The list of analyses to have their Status read from the PI AF Server.
Remarks
This method will get the status for all the analyses in the list in a single call to the PI AF Server.
This is more efficient than refreshing each analysis and then getting its Status property.
When this method returns, each analysis in the list will have its Status property updated
with the value read from the server but no other properties of the analysis will be updated.