ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / ThreadPool Class / ThreadPool Constructor

In This Topic
    ThreadPool Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal size As Integer, _
       ByVal priority As Integer, _
       ByVal name As String _
    )
    public ThreadPool( 
       int size,
       int priority,
       string name
    )

    Parameters

    size
    priority
    name
    See Also