Disconnect()
Disconnect the Pipe Fitting connected to the output.
Namespace: Pipes.PlumbingAssembly: Pipes in (Pipes.dll)
Syntax
C#
public IPipeFitting Disconnect()
Returns
IPipeFitting the now disconnected output fitting
Remarks
This disconnects the output fitting, returning a reference to it. If you were splicing another fitting into a pipeline, you need to keep (at least briefly) a reference to both sides of the pipeline in order to connect them to the input and output of whatever fiting that you're splicing in.