Click or drag to resize

OrchestratorConfigAsyncIntake Property

True will cause Data Conveyer to perform intake operations asynchronously (e.g. it will call AsyncTextIntakeSupplier or AsyncIntakeSupplier function if provided, not the TextIntakeSupplier or IntakeSupplier function). False (default) will cause Data Conveyer to perform intake operations synchronously, in which case the TextIntakeSupplier or IntakeSupplier function is called (if provided). Note that Data Conveyer performs such synchronous intake on a dedicated thread to prevent a possible deadlock condition.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public bool AsyncIntake { get; set; }

Property Value

Type: Boolean
See Also