PIServers Constructor
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Initializes a new instance of the PIServers collection.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.