Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Zetetic
Chain
ParallelChain
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