PIDataPipe.RemoveSignups Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.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
Return Value
Type: AFErrorsPIPointA collection of AFErrorsTKey if any error occurred or , if there were not any errors.