Click or drag to resize

IOrchestrator Interface

Interface defining members of the pipeline orchestrator.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public interface IOrchestrator : IDisposable

The IOrchestrator type exposes the following members.

Properties
  NameDescription
Public propertyInitErrorOccurred
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.
Top
Methods
  NameDescription
Public methodCancelExecution
Aborts execution in progress, if any.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodExecuteAsync
Executes the orchestrated pipeline asynchronously.
Top
See Also