Class CompositePdaParallelExecutionService
Execute Action for Composite PDA
Inheritance
System.Object
CompositePdaParallelExecutionService
Implements
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class CompositePdaParallelExecutionService : Object, ICompositePdaExecutionService
Constructors
CompositePdaParallelExecutionService()
Declaration
public CompositePdaParallelExecutionService()
Methods
Execute(Action<Int32>, Int32)
Execute the Action
Declaration
public void Execute(Action<int> pdaAction, int count)
Parameters
Type | Name | Description |
---|---|---|
System.Action<System.Int32> | pdaAction | |
System.Int32 | count |