Summary
Creates a server that receives MSBuild events over a specified pipe.
- Namespace
- MsBuildPipeLogger
- Containing Type
- PipeLoggerServer
<TPipeStream>
Syntax
protected PipeLoggerServer(TPipeStream pipeStream)
Parameters
| Name | Type | Description |
|---|---|---|
| pipeStream | TPipeStream | The pipe to receive events from. |
Return Value
| Type | Description |
|---|---|
| void |