Summary
Creates a named pipe server for receiving MSBuild logging events.
- Namespace
- MsBuildPipeLogger
- Containing Type
- Named
Pipe Logger Server
Syntax
public NamedPipeLoggerServer(string pipeName, CancellationToken cancellationToken)
Parameters
| Name | Type | Description |
|---|---|---|
| pipeName | string | The name of the pipe to create. |
| cancellationToken | CancellationToken | A System.Threading.CancellationToken that will cancel read operations if triggered. |
Return Value
| Type | Description |
|---|---|
| void |