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