Tungsten
![]() |
PipeRaiseDisconnection Method |
Raises the Disconnected event. Pass in an exception if desired.
Namespace: W.IO.Pipes
Assembly: Tungsten.IO.Pipes (in Tungsten.IO.Pipes.dll) Version: 2.0.3

C#
protected void RaiseDisconnection( Pipe sender, Exception e )
Parameters
- sender
- Type: W.IO.PipesPipe
A reference to the caller - e
- Type: SystemException
An exception if one was captured
