C# Class Zetetic.Chain.ParallelChain

Execute all commands in the chain asynchronously. Note that the "Stop" behavior is irrelevant here - this method will always return Continue or throw an exception.
Inheritance: ChainBase
显示文件 Open project: skradel/Zetetic.Chain

Public Methods

Method Description
Execute ( IContext ctx ) : CommandResult

Method Details

Execute() public method

public Execute ( IContext ctx ) : CommandResult
ctx IContext
return CommandResult