ExecuteModulesAsync(IExecutionContext, IEnumerable<IModule>) Method
Executes the specified modules without an initial input document and returns the result documents.

Syntax

public static Task<ImmutableArray<IDocument>> ExecuteModulesAsync(this IExecutionContext executionContext, IEnumerable<IModule> modules)

Parameters

Name Type Description
executionContext IExecutionContext The execution context.
modules IEnumerable<IModule> The modules to execute.

Return Value

Type Description
Task<ImmutableArray<IDocument>> The result documents from the executed modules.