Nevron .NET Vision
Nevron.Threading Namespace / NParallel Class
Members


In This Topic
    NParallel Class
    In This Topic
    The class provides support for parallel computations, paralleling loop's iterations.
    Object Model
    NParallel Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class NParallel 
    'Usage
     
    
    Dim instance As NParallel
    public sealed class NParallel 
    Remarks

    The class allows to parallel loop's iteration computing them in separate threads, what allows their simultaneous execution on multiple CPUs/cores.

    Inheritance Hierarchy

    System.Object
       Nevron.Threading.NParallel

    Requirements

    Target Platforms: 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