Class PipeCommunication
Inheritance
System.Object
PipeCommunication
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Messaging.Process
Assembly: ArtOfTest.WebAii.dll
Syntax
public static class PipeCommunication
Fields
AsyncPipeName
Declaration
public static string AsyncPipeName
Field Value
System.String
|
CommandPipeName
Declaration
public static string CommandPipeName
Field Value
System.String
|
Methods
ReadCommandFromPipe<T>(PipeStream)
Declaration
public static T ReadCommandFromPipe<T>(PipeStream pipe)
where T : PipeCommand
Parameters
System.IO.Pipes.PipeStream
pipe
|
Returns
T
|
Type Parameters
T
|
WriteCommandToPipe(PipeCommand, PipeStream, Boolean)
Declaration
public static void WriteCommandToPipe(PipeCommand command, PipeStream pipe, bool waitForDrain)
Parameters
ArtOfTest.WebAii.Messaging.Process.PipeCommand
command
|
System.IO.Pipes.PipeStream
pipe
|
System.Boolean
waitForDrain
|