  | OrchestratorConfigSetIntakeSupplier Method (FuncExternalLine) | 
 
            Designates an intake supplier function.
            This overload of the 
SetIntakeSupplier method is intended for use in case of any intake from a single source and no need to access the global cache.
            
 
    Namespace: 
   Mavidian.DataConveyer.Orchestrators
    Assembly:
   DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntaxpublic void SetIntakeSupplier(
	Func<ExternalLine> supplierToSet
)
Public Sub SetIntakeSupplier ( 
	supplierToSet As Func(Of ExternalLine)
)
Parameters
- supplierToSet
 - Type: SystemFuncExternalLine
A function that takes no parameters and returns an ExternalLine object.
            The function has no access to global cache and is suitable in case of a single source (the implied source number is 1). 
See Also