Show / Hide Table of Contents

Class CompositePdaExecutionService

Execute Action for Composite PDA

Inheritance
System.Object
CompositePdaExecutionService
Implements
ICompositePdaExecutionService
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

Implements

ICompositePdaExecutionService
Back to top Generated by DocFX