OrchestratorConfigSetAsyncOutputConsumer Method |
Name | Description | |
---|---|---|
SetAsyncOutputConsumer(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.
| |
SetAsyncOutputConsumer(FuncString, Task) | ||
SetAsyncOutputConsumer(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.
| |
SetAsyncOutputConsumer(FuncTupleString, Int32, Task) | ||
SetAsyncOutputConsumer(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.
| |
SetAsyncOutputConsumer(FuncString, IGlobalCache, Task) | ||
SetAsyncOutputConsumer(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.
| |
SetAsyncOutputConsumer(FuncTupleString, Int32, IGlobalCache, Task) | ||
SetAsyncOutputConsumer(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.
| |
SetAsyncOutputConsumer(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.
| |
SetAsyncOutputConsumer(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.
| |
SetAsyncOutputConsumer(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).
|