Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.Data Namespace / DynamicBufferConfiguration Class / DynamicBufferConfiguration Constructor / DynamicBufferConfiguration Constructor(Int32,Int32,Int32,Int32,Int32,Int32)


In This Topic
    DynamicBufferConfiguration Constructor(Int32,Int32,Int32,Int32,Int32,Int32)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal minimumBufferCapacity As Integer, _
       ByVal maximumBufferCapacity As Integer, _
       ByVal minimumActivePreFetchSize As Integer, _
       ByVal maximumActivePreFetchSize As Integer, _
       ByVal minimumPassivePreFetchSize As Integer, _
       ByVal maximumPassivePreFetchSize As Integer _
    )
    'Usage
     
    Dim minimumBufferCapacity As Integer
    Dim maximumBufferCapacity As Integer
    Dim minimumActivePreFetchSize As Integer
    Dim maximumActivePreFetchSize As Integer
    Dim minimumPassivePreFetchSize As Integer
    Dim maximumPassivePreFetchSize As Integer
     
    Dim instance As New DynamicBufferConfiguration(minimumBufferCapacity, maximumBufferCapacity, minimumActivePreFetchSize, maximumActivePreFetchSize, minimumPassivePreFetchSize, maximumPassivePreFetchSize)

    Parameters

    minimumBufferCapacity
    maximumBufferCapacity
    minimumActivePreFetchSize
    maximumActivePreFetchSize
    minimumPassivePreFetchSize
    maximumPassivePreFetchSize
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also