PipeLoggerServer<TPipeStream>.

Read() Method

Summary

Reads a single event from the pipe. This method blocks until an event is received, there are no more events, or the pipe is closed.

Syntax

public BuildEventArgs Read()

Return Value

Type Description
BuildEventArgs The read event or null if there are no more events or the pipe is closed.