Click or drag to resize

OrchestratorConfigSetAsyncIntakeSupplier Method (FuncTaskTupleExternalLine, Int32)

Designates an asynchronous intake supplier function. This overload of the SetAsyncIntakeSupplier method is intended for use in case of any intake from multiple sources and no need to access the global cache.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public void SetAsyncIntakeSupplier(
	Func<Task<Tuple<ExternalLine, int>>> supplierToSet
)

Parameters

supplierToSet
Type: SystemFuncTaskTupleExternalLine, Int32
A function that takes no parameters and returns a task promising a tuple containing an ExternalLine object and a corresponding source number. The function has no access to global cache.
See Also