PipeReadWriteExtensions Class

Tungsten Suite

PipeReadWriteExtensions Class

Read/Write functionality for Pipe
Inheritance Hierarchy
SystemObject  W.IO.PipesPipeReadWriteExtensions

Namespace:  W.IO.Pipes
Assembly:  Tungsten.IO.Pipes (in Tungsten.IO.Pipes.dll) Version: 2.0.3
Syntax
C#
public static class PipeReadWriteExtensions

The PipeReadWriteExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberReadTMessage
Waits for a message to be read from the pipe
Public methodStatic memberReadAsyncTMessage
Waits for a message to be read from the pipe
Public methodStatic memberWriteTMessage
Write a message to the pipe
Public methodStatic memberWriteAsyncTMessage
Asynchronously write a message to the pipe
Top
See Also