Syntax
public interface IPipeLoggerServer : IDisposable
Methods
| Name |
Value |
Summary |
| Read() |
BuildEventArgs |
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.
|
| ReadAll() |
void |
Reads all events from the pipe and blocks until there are no more events or the pipe is closed.
|