IOrchestrator Interface |
Namespace: Mavidian.DataConveyer.Orchestrators
The IOrchestrator type exposes the following members.
Name | Description | |
---|---|---|
InitErrorOccurred |
Outcome of initializations that occur at start of the ExecuteAsync method, such as opening intake sources and output targets.
False denotes successful completion of initializations.
True means a failure, in which case ExecuteAsync method will always result in CompletionStatus.InitializationError.
|
Name | Description | |
---|---|---|
CancelExecution |
Aborts execution in progress, if any.
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
ExecuteAsync |
Executes the orchestrated pipeline asynchronously.
|