PISystems.DisconnectAll Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Disconnects all PISystems that are currently connected.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public void DisconnectAll()
Public Sub DisconnectAll Dim instance As PISystems 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 PISystem is also
disconnected.