Click or drag to resize

OrchestratorConfigSetIntakeSupplier Method (FuncIGlobalCache, String)

Designates an intake supplier function. This overload of the SetIntakeSupplier method is intended for use in case of textual intake (such as Delimited, Flat, etc.) 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 SetIntakeSupplier(
	Func<IGlobalCache, string> supplierToSet
)

Parameters

supplierToSet
Type: SystemFuncIGlobalCache, String
A function that takes a single parameter (reference to global cache) and returns a string representing a line of text. The function is suitable in case of a single source (the implied source number is 1).
See Also