| OrchestratorConfigIntakeDisposer Property |
An action intended to dispose any intake sources and related resources that were opened by the
IntakeInitializer function.
Data Conveyer calls this action a single time after completing orchestrator processing (when the orchestrator is disposed).
However, if
TextIntakeSupplier or
AsyncTextIntakeSupplier function is not defined; then this action is not called.
The
IntakeDisposer action accepts a single parameter (
IGlobalCache) and returns void (Action<IGlobalCache>).
If not defined, Data Conveyer assumes empty action, i.e.:
Any exception thrown by this action will be logged, but otherwise ignored.
Namespace:
Mavidian.DataConveyer.Orchestrators
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax public Action<IGlobalCache> IntakeDisposer { get; set; }
Public Property IntakeDisposer As Action(Of IGlobalCache)
Get
Set
Property Value
Type:
ActionIGlobalCacheSee Also