Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Tectil
NCommand
ExecutionFlows
Internals
ExecutionFlowFactory
C# Class Tectil.NCommand.ExecutionFlows.Internals.ExecutionFlowFactory
Returns the appropriate execution flow.
Inheritance:
IExecutionFlowFactory
Mostrar archivo
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