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
- PipeLoggerServer
<TPipeStream>
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. |