C# Class Tectil.NCommand.ExecutionFlows.Internals.ExecutionFlowFactory

Returns the appropriate execution flow.
Inheritance: IExecutionFlowFactory
Afficher le fichier Open project: tectil/NCommand Class Usage Examples

Méthodes publiques

Méthode Description
Get ( ExecutionContext context ) : IExecutionFlow

Gets the appropriate execution flow.

Method Details

Get() public méthode

Gets the appropriate execution flow.
public Get ( ExecutionContext context ) : IExecutionFlow
context Tectil.NCommand.Contract.ExecutionContext Execution context.
Résultat IExecutionFlow