PipeDirection Enum

Definition

Specifies the direction of the pipe.

public enum class PipeDirection
public enum PipeDirection
[System.Serializable]
public enum PipeDirection
type PipeDirection = 
[<System.Serializable>]
type PipeDirection = 
Public Enum PipeDirection
Inheritance
PipeDirection
Attributes

Fields

In 1

Specifies that the pipe direction is in.

InOut 3

Specifies that the pipe direction is two-way.

Out 2

Specifies that the pipe direction is out.

Remarks

Anonymous pipes must have a pipe direction of In or Out. PipeDirection.InOut is not supported by anonymous pipes because they are defined to be one-way only.

Applies to