PIServers.DisconnectAll Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Disconnects all PIServers that are currently connected.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public void DisconnectAll()
Public Sub DisconnectAll Dim instance As PIServers instance.DisconnectAll()
public: void DisconnectAll()
member DisconnectAll : unit -> unit
Remarks
This method should be called by applications before exiting to ensure
all resources associated with the open connections are released. In addition
to unloading the resources, each PIServer is also
disconnected.