VirtualStream Constructor (Int32, Int32)

Namespace: Microsoft.BizTalk.Streaming
Assembly: Microsoft.BizTalk.Streaming (in microsoft.biztalk.streaming.dll)
Usage

Dim bufferSize As Integer
Dim thresholdSize As Integer

Dim instance As New VirtualStream(bufferSize, thresholdSize)
Syntax

Visual Basic
Public Sub New ( _
    bufferSize As Integer, _
    thresholdSize As Integer _
)
C#
public VirtualStream (
    int bufferSize,
    int thresholdSize
)
C++
public:
VirtualStream (
    int bufferSize, 
    int thresholdSize
)
J#
public VirtualStream (
    int bufferSize, 
    int thresholdSize
)
JScript
public function VirtualStream (
    bufferSize : int, 
    thresholdSize : int
)

Parameters

bufferSize
 
thresholdSize
 
Platforms

Development Platforms

The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); The 32-bit and 64-bit editions of Windows Server 2003 SP2 (except the Web Edition); The 32-bit and 64-bit editions of Windows Server 2008 (except the Web Server Editions); Windows Small Business Server 2003 with SP2; The 32-bit and 64-bit editions of Windows Vista Ultimate, Enterprise and Business editions with Service Pack 1; The 32-bit and 64-bit editions of Windows XP Professional with Service Pack 3

Target Platforms

The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); The 32-bit and 64-bit editions of Windows Server 2003 SP2 (except the Web Edition); The 32-bit and 64-bit editions of Windows Server 2008 (except the Web Server Editions); Windows Small Business Server 2003 with SP2
See Also

Tags :


Page view tracker