The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PipeStream::WaitForPipeDrain Method ()
.NET Framework (current version)
Waits for the other end of the pipe to read all sent bytes.
Assembly: System.Core (in System.Core.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | The pipe is closed. |
| NotSupportedException | The pipe does not support write operations. |
| IOException | The pipe is broken or another I/O error occurred. |
The WaitForPipeDrain method blocks until the other end of the pipe has read all sent bytes.
.NET Framework
Available since 3.5
Available since 3.5
Show: