Enum FunctionExecutionMode
Controls how function calls returned in one provider response are executed.
public enum FunctionExecutionMode
Fields
Parallel = 1Executes independent calls concurrently, up to the configured concurrency limit.
Sequential = 0Executes calls one at a time in provider order.