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
Tectil
NCommand
ExecutionFlows
Internals
ExecutionFlowFactory
C# Class Tectil.NCommand.ExecutionFlows.Internals.ExecutionFlowFactory
Returns the appropriate execution flow.
Inheritance:
IExecutionFlowFactory
显示文件
Open project: tectil/NCommand
Class Usage Examples
Public Methods
Method
Description
Get
(
ExecutionContext
context
) :
IExecutionFlow
Gets the appropriate execution flow.
Method Details
Get()
public
method
Gets the appropriate execution flow.
public
Get
(
ExecutionContext
context
) :
IExecutionFlow
context
Tectil.NCommand.Contract.ExecutionContext
Execution context.
return
IExecutionFlow