Pipe(TMessage).OnListen Method

Tungsten Suite

PipeTMessageOnListen 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#
protected override void OnListen()
See Also