PISystems Constructor
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Initializes a new instance of the PISystems collection.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public PISystems()
Public Sub New Dim instance As New PISystems()
public: PISystems()
new : unit -> PISystems
Remarks
This is the top-level object used to access all information within the
collection of PISystems known by this client. If the same user
calls this constructor multiple times, the same instance of the
PISystems collection is returned. If a different user calls
this constructor, then a new instance of the PISystems
collection is returned that is independent of the previous user's object.