PipeStreamWriter<(Of <(<'T>)>)>..::..WaitForPipeDrain Method
Waits for the other end of the pipe to read all sent bytes.
Namespace:
Devesprit.Scripter.IPC.Pipe.IOAssembly: Devesprit Scripter (in Devesprit Scripter.dll)
Exceptions
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. |