IPipeLoggerServer.

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.
Namespace
MsBuildPipeLogger
Containing Type
IPipeLoggerServer

Syntax

BuildEventArgs Read()

Return Value

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