PIDataPipe.Dispose Method
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Terminates the data pipe's connection to the PIServers associated with the monitored PIPoint objects. This method also
releases the resources used by the PIDataPipe. Calling any method after the object has been disposed will result in an exception being thrown.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public void Dispose()
Public Sub Dispose Dim instance As PIDataPipe instance.Dispose()
public: virtual void Dispose() sealed
abstract Dispose : unit -> unit override Dispose : unit -> unit