Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

PIDataPipe.ListSignUpsByServer Method

  • Last UpdatedJan 12, 2026
  • 2 minute read
PIDataPipe.ListSignUpsByServer Method
Return a list of PIPoint objects monitored by the data pipe for the requested PIServer.

Namespace:  OSIsoft.AF.PI
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7

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: IListPIPoint
A list of PIPoint objects the associated with the passed in PIServer and monitored by the PIDataPipe.

Version Information

AFSDK


See Also

In This Topic
Related Links