Parallel
Overview
Location
- Reference: cooper.jar
- Namespace: RemObjects.Elements.System
Class Methods
For (Integer, Integer, Action2<Integer, ParallelLoopState>)
class method For(fromInclusive: Integer; toExclusive: Integer; body: Action2<Integer, ParallelLoopState>)
static void For(Integer fromInclusive, Integer toExclusive, Action2<Integer, ParallelLoopState> body)
static func For(_ fromInclusive: Integer, _ toExclusive: Integer, _ body: Action2<Integer, ParallelLoopState>)
static void For(Integer fromInclusive, Integer toExclusive, Action2<Integer, ParallelLoopState> body)
Shared Sub For(fromInclusive As Integer, toExclusive As Integer, body As Action2<Integer, ParallelLoopState>)
Parameters:
- fromInclusive:
- toExclusive:
- body:
For (Int64, Int64, Action2<Long, ParallelLoopState>)
class method For(fromInclusive: Int64; toExclusive: Int64; body: Action2<Long, ParallelLoopState>)
static void For(Int64 fromInclusive, Int64 toExclusive, Action2<Long, ParallelLoopState> body)
static func For(_ fromInclusive: Int64, _ toExclusive: Int64, _ body: Action2<Long, ParallelLoopState>)
static void For(Int64 fromInclusive, Int64 toExclusive, Action2<Long, ParallelLoopState> body)
Shared Sub For(fromInclusive As Int64, toExclusive As Int64, body As Action2<Long, ParallelLoopState>)
Parameters:
- fromInclusive:
- toExclusive:
- body:
ForEach<T>
Parameters:
- source:
- body:
Instance Methods
constructor protected
constructor
Parallel()
init()
Parallel()
Sub New()