Pipe.Listen Method

Tungsten Suite

PipeListen Method

Continuously waits for data from the pipe. The BytesReceived event is raised when data arrives, then immediately waits for more data.

Namespace:  W.IO.Pipes
Assembly:  Tungsten.IO.Pipes (in Tungsten.IO.Pipes.dll) Version: 2.0.3
Syntax
C#
public void Listen()
See Also