PISystems.Refresh Method (Boolean)
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Refresh the collection to the list of known systems on the local machine with
the option to refresh only connected systems.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public void Refresh( bool refreshConnectedPISystems )
Public Sub Refresh ( refreshConnectedPISystems As Boolean ) Dim instance As PISystems Dim refreshConnectedPISystems As Boolean instance.Refresh(refreshConnectedPISystems)
public: void Refresh( bool refreshConnectedPISystems )
member Refresh : refreshConnectedPISystems : bool -> unit
Parameters
Remarks
| This call might use a background task to complete some of its work. See the Threading Overview for some matters to consider when execution transitions to another thread. |