AFAnalysisService.Refresh Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Refreshes the client with any changes that have been made to the analysis service since loaded.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public void Refresh()
Public Sub Refresh Dim instance As AFAnalysisService instance.Refresh()
public: void Refresh()
member Refresh : unit -> unit
Remarks
This method will force reading the analysis service information from the server and updating
the information stored in the client. Before making any changes to the collective, this
method can be called to ensure that it has the most recent information.