Pipe Constructors

Definition

Overloads

Pipe()

public:
 Pipe();
public Pipe();
Public Sub New ()

Applies to

Pipe(UInt32)

public:
 Pipe(System::UInt32 size);
public Pipe(uint size);
new Microsoft.BizTalk.Streaming.Pipe : uint32 -> Microsoft.BizTalk.Streaming.Pipe
Public Sub New (size As UInteger)

Parameters

size
UInt32

Applies to