Click or drag to resize

OrchestratorConfigSetAsyncIntakeSupplier Method (FuncIGlobalCache, TaskExternalLine)

Designates an asynchronous intake supplier function. This overload of the SetAsyncIntakeSupplier method is intended for use in case of any intake from a single source when access to the global cache is needed.

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

Parameters

supplierToSet
Type: SystemFuncIGlobalCache, TaskExternalLine
A function that takes a single parameter (reference to global cache) and returns a task promising an ExternalLine object. The function is suitable in case of a single source intake (the implied source number is 1).
See Also