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

AF SDK Reference

PIDataPipe.RemoveSignups Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
PIDataPipe.RemoveSignups Method
Remove a list of PIPoint objects being monitored by the data pipe. The method returns server level and point level errors in AFErrorsTKey .

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

Syntax

public AFErrors<PIPoint> RemoveSignups(
	IList<PIPoint> pointList
)
Public Function RemoveSignups ( 
	pointList As IList(Of PIPoint)
) As AFErrors(Of PIPoint)

Dim instance As PIDataPipe
Dim pointList As IList(Of PIPoint)
Dim returnValue As AFErrors(Of PIPoint)

returnValue = instance.RemoveSignups(pointList)
public:
AFErrors<PIPoint^>^ RemoveSignups(
	IList<PIPoint^>^ pointList
)
member RemoveSignups : 
        pointList : IList<PIPoint> -> AFErrors<PIPoint> 

Parameters

pointList
Type: System.Collections.GenericIListPIPoint
List of PIPoint objects to be removed

Return Value

Type: AFErrorsPIPoint
A collection of AFErrorsTKey if any error occurred or , if there were not any errors.

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in