Nevron.Threading Namespace / NParallel Class / For Method


In This Topic
    For Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub For( _
       ByVal start As System.Integer, _
       ByVal stop As System.Integer, _
       ByVal loopBody As NParallel.ForLoopBody _
    ) 
    'Usage
     
    
    Dim start As System.Integer
    Dim stop As System.Integer
    Dim loopBody As NParallel.ForLoopBody
     
    NParallel.For(start, stop, loopBody)
    public static void For( 
       System.int start,
       System.int stop,
       NParallel.ForLoopBody loopBody
    )

    Parameters

    start
    stop
    loopBody
    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