OrchestratorConfigSetAsyncIntakeSupplier Method |
Name | Description | |
---|---|---|
SetAsyncIntakeSupplier(FuncTaskIEnumerableTupleString, Object) |
Designates an asynchronous intake supplier function.
This overload of the SetAsyncIntakeSupplier method is intended for use in case of record-centric intake (such as from a single source and no need to access the global cache.
To use this overload, the InputDataKind setting must be either XML or JSON or UnboundJSON. In either case, data returned by this function is processed the same way.
| |
SetAsyncIntakeSupplier(FuncTaskString) | ||
SetAsyncIntakeSupplier(FuncTaskTupleIEnumerableTupleString, Object, Int32) |
Designates an asynchronous intake supplier function.
This overload of the SetAsyncIntakeSupplier method is intended for use in case of record-centric intake from multiple sources and no need to access the global cache.
To use this overload, the InputDataKind setting must be either XML or JSON or UnboundJSON. In either case, data returned by this function is processed the same way.
| |
SetAsyncIntakeSupplier(FuncTaskTupleString, Int32) | ||
SetAsyncIntakeSupplier(FuncTaskExternalLine) |
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 and no need to access the global cache.
| |
SetAsyncIntakeSupplier(FuncTaskTupleExternalLine, Int32) |
Designates an asynchronous intake supplier function.
This overload of the SetAsyncIntakeSupplier method is intended for use in case of any intake from multiple sources and no need to access the global cache.
| |
SetAsyncIntakeSupplier(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.
| |
SetAsyncIntakeSupplier(FuncIGlobalCache, TaskTupleExternalLine, Int32) |
Designates an asynchronous intake supplier function.
This is the universal overload of the SetAsyncIntakeSupplier method.
It may be used in case of any input from multiple sources when access to the global cache is needed.
In most practical scenarios, other overloads are more suitable (easier to implement).
| |
SetAsyncIntakeSupplier(FuncIGlobalCache, TaskIEnumerableTupleString, Object) |
Designates an asynchronous intake supplier function.
This overload of the SetAsyncIntakeSupplier method is intended for use in case of record-centric intake from a single source when access to the global cache is needed.
To use this overload, the InputDataKind setting must be either XML or JSON or UnboundJSON. In either case, data returned by this function is processed the same way.
| |
SetAsyncIntakeSupplier(FuncIGlobalCache, TaskString) | ||
SetAsyncIntakeSupplier(FuncIGlobalCache, TaskTupleIEnumerableTupleString, Object, Int32) |
Designates an asynchronous intake supplier function.
This overload of the SetAsyncIntakeSupplier method is intended for use in case of record-centric intake from multiple sources when access to the global cache is needed.
To use this overload, the InputDataKind setting must be either XML or JSON or UnboundJSON. In either case, data returned by this function is processed the same way.
| |
SetAsyncIntakeSupplier(FuncIGlobalCache, TaskTupleString, Int32) |