AFCollective.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 collective since loaded.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public void Refresh()
Public Sub Refresh Dim instance As AFCollective instance.Refresh()
public: void Refresh()
member Refresh : unit -> unit
Remarks
This method will force reading the collective 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.