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