Tungsten
|
PipeReadWriteExtensions Class |
Read/Write functionality for Pipe
Inheritance HierarchyNamespace: W.IO.Pipes
Assembly: Tungsten.IO.Pipes (in Tungsten.IO.Pipes.dll) Version: 2.0.3
SyntaxC#
public static class PipeReadWriteExtensions
The PipeReadWriteExtensions type exposes the following members.
Methods| Name | Description | |
|---|---|---|
![]() ![]() | ReadTMessage |
Waits for a message to be read from the pipe
|
![]() ![]() | ReadAsyncTMessage |
Waits for a message to be read from the pipe
|
![]() ![]() | WriteTMessage |
Write a message to the pipe
|
![]() ![]() | WriteAsyncTMessage |
Asynchronously write a message to the pipe
|
See Also

