PIDataPipe.Dispose Method
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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