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

In This Topic
    Size Property (ThreadPool)
    In This Topic
    Returns the size of the pool. That is the number of threads in this pool (idle + busy).
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Size As Integer
    public virtual int Size {get;}

    Property Value

    The pool's size.
    See Also