PIServers.Refresh Method (Boolean)
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Refresh the list of known PI Data Archive servers on the local machine
with the option to refresh cached collections for connected servers.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public void Refresh( bool refreshConnectedPIServers )
Public Sub Refresh ( refreshConnectedPIServers As Boolean ) Dim instance As PIServers Dim refreshConnectedPIServers As Boolean instance.Refresh(refreshConnectedPIServers)
public: void Refresh( bool refreshConnectedPIServers )
member Refresh : refreshConnectedPIServers : 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. |