Pipe Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Pipe() | |
Pipe(UInt32) |
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