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 UpdatedNov 18, 2025
  • 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.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: 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
TitleResults for “How to create a CRG?”Also Available in