AFCollective.Refresh Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.