Click or drag to resize

OrchestratorConfigSetAsyncOutputConsumer Method

Overload List
  NameDescription
Public methodSetAsyncOutputConsumer(FuncIEnumerableTupleString, Object, Task)
Designates an asynchronous output consumer action. This overload of the SetAsyncOutputConsumer method is intended for use in case of record-centric output to a single target and no need to access the global cache. To use this overload, the OutputDataKind setting must be either XML or JSON or UnboundJSON. See the note below for differences between these kinds.
Public methodSetAsyncOutputConsumer(FuncString, Task)
Designates an asynchronous output consumer action. This overload of the SetAsyncOutputConsumer method is intended for use in case of textual output (such as Delimited, Flat, etc.) to a single target and no need to access the global cache.
Public methodSetAsyncOutputConsumer(FuncTupleIEnumerableTupleString, Object, Int32, Task)
Designates an asynchronous output consumer action. This overload of the SetAsyncOutputConsumer method is intended for use in case of record-centric output to multiple targets and no need to access the global cache. To use this overload, the OutputDataKind setting must be either XML or JSON or UnboundJSON. See the note below for differences between these kinds.
Public methodSetAsyncOutputConsumer(FuncTupleString, Int32, Task)
Designates an asynchronous output consumer action. This overload of the SetAsyncOutputConsumer method is intended for use in case of textual output (such as Delimited, Flat, etc.) to multiple targets and no need to access the global cache.
Public methodSetAsyncOutputConsumer(FuncIEnumerableTupleString, Object, IGlobalCache, Task)
Designates an asynchronous output consumer action. This overload of the SetAsyncOutputConsumer method is intended for use in case of record-centric output to a single target when access to the global cache is needed. To use this overload, the OutputDataKind setting must be either XML or JSON or UnboundJSON. See the note below for differences between these kinds.
Public methodSetAsyncOutputConsumer(FuncString, IGlobalCache, Task)
Designates an asynchronous output consumer action. This overload of the SetAsyncOutputConsumer method is intended for use in case of textual output (such as Delimited, Flat, etc.) to a single target when access to the global cache is needed.
Public methodSetAsyncOutputConsumer(FuncTupleIEnumerableTupleString, Object, Int32, IGlobalCache, Task)
Designates an asynchronous output consumer action. This overload of the SetAsyncOutputConsumer method is intended for use in case of record-centric output to multiple targets when access to the global cache is needed. To use this overload, the OutputDataKind setting must be either XML or JSON or UnboundJSON. See the note below for differences between these kinds.
Public methodSetAsyncOutputConsumer(FuncTupleString, Int32, IGlobalCache, Task)
Designates an asynchronous output consumer action. This overload of the SetAsyncOutputConsumer method is intended for use in case of textual output (such as Delimited, Flat, etc.) to multiple targets when access to the global cache is needed.
Public methodSetAsyncOutputConsumer(FuncExternalLine, Task)
Designates an asynchronous output consumer action. This overload of the SetAsyncOutputConsumer method is intended for use in case of any output to a single target and no need to access the global cache.
Public methodSetAsyncOutputConsumer(FuncTupleExternalLine, Int32, Task)
Designates an asynchronous output consumer action. This overload of the SetAsyncOutputConsumer method is intended for use in case of any output to multiple targets and no need to access the global cache.
Public methodSetAsyncOutputConsumer(FuncExternalLine, IGlobalCache, Task)
Designates an asynchronous output consumer action. This overload of the SetAsyncOutputConsumer method is intended for use in case of any output to a single target when access to the global cache is needed.
Public methodSetAsyncOutputConsumer(FuncTupleExternalLine, Int32, IGlobalCache, Task)
Designates an asynchronous output consumer action. This is the universal overload of the SetAsyncOutputConsumer method. It may be used in case of any output to multiple targets when access to the global cache is needed. In most practical scenarios, other overloads are more suitable (easier to implement).
Top
See Also