PIDataPipe.ListSignUpsByServer Method
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
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.PI.PIServer
The PIServer associated with the PIPoint objects.
Return Value
Type: IList<PIPoint>A list of PIPoint objects the associated with the passed in PIServer and monitored by the PIDataPipe.