| OrchestratorConfigSetIntakeSupplier Method (FuncIGlobalCache, TupleString, Int32) |
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 multiple sources 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, Tuple<string, int>> supplierToSet
)
Public Sub SetIntakeSupplier (
supplierToSet As Func(Of IGlobalCache, Tuple(Of String, Integer))
)
Parameters
- supplierToSet
- Type: SystemFuncIGlobalCache, TupleString, Int32
A function that takes a single parameter (reference to global cache) and returns a tuple containing a line of text and the corresponding source number.
See Also