PISystems.Remove Method (PISystem)
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Unregisters the specified PISystem.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool Remove( PISystem item )
Public Function Remove ( item As PISystem ) As Boolean Dim instance As PISystems Dim item As PISystem Dim returnValue As Boolean returnValue = instance.Remove(item)
public: virtual bool Remove( PISystem^ item ) sealed
abstract Remove : item : PISystem -> bool override Remove : item : PISystem -> bool
Parameters
- item
- Type: OSIsoft.AFPISystem
The item in the collection to be unregistered.
Return Value
Type: BooleanReturns is the item was successfully removed.
Implements
ICollectionTRemove(T)
Remarks
This method is used to unregister an existing PISystem entry from the list of
known PISystems on the local machine. This does not affect the configuration
of PISystems on other client computers.