PIDataPipe.ListSignUpsByServer Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IList<PIPoint> ListSignUpsByServer( PIServer server )
Public Function ListSignUpsByServer ( server As PIServer ) As IList(Of PIPoint) Dim instance As PIDataPipe Dim server As PIServer Dim returnValue As IList(Of PIPoint) returnValue = instance.ListSignUpsByServer(server)
public: IList<PIPoint^>^ ListSignUpsByServer( PIServer^ server )
member ListSignUpsByServer : server : PIServer -> IList<PIPoint>
Parameters
- server
- Type: OSIsoft.AF.PIPIServer
The PIServer associated with the PIPoint objects.
Return Value
Type: IListPIPointA list of PIPoint objects the associated with the passed in PIServer and monitored by the PIDataPipe.