Class CompositePdaExecutionService
Execute Action for Composite PDA
Inheritance
System.Object
    CompositePdaExecutionService
  Implements
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class CompositePdaExecutionService : Object, ICompositePdaExecutionService
  Constructors
CompositePdaExecutionService()
Declaration
public CompositePdaExecutionService()
  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 |