PISystems.Remove Method (Guid)
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Unregisters an existing PISystem with the specified unique identifier.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool Remove( Guid id )
Public Function Remove ( id As Guid ) As Boolean Dim instance As PISystems Dim id As Guid Dim returnValue As Boolean returnValue = instance.Remove(id)
public: bool Remove( Guid id )
member Remove : id : Guid -> bool
Parameters
- id
- Type: SystemGuid
The unique identifier of the PISystem to be unregistered.
Return Value
Type: BooleanReturns if the item is successfully removed; otherwise, . This method also returns if id was not found in the original collection.
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.