PIDataPipe.RemoveSignups Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
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.2.0.7
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
Return Value
Type: AFErrorsPIPointA collection of AFErrorsTKey if any error occurred or , if there were not any errors.