Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

PISystems.Refresh Method (Boolean)

  • Last UpdatedNov 18, 2025
  • 2 minute read
PISystems.Refresh Method (Boolean)
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.1.1.1182

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

refreshConnectedPISystems
Type: SystemBoolean
If , then all PISystem objects that are connected to their server will automatically be refreshed. If , then only the collection and each PISystem's connection information will be updated.

Remarks

Note Notes to Callers
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.

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in