Click or drag to resize

IOrchestratorExecuteAsync Method

Executes the orchestrated pipeline asynchronously.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
Task<ProcessResult> ExecuteAsync()

Return Value

Type: TaskProcessResult
A task containing processing results.
See Also