BatchExecutionOrder Enumeration
Defines the order of execution for batch requests.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Member name | Description | |
|---|---|---|
| NonSequential | Executes the batch requests non-sequentially. | |
| Sequential | Executes the batch requests sequentially. |
Show: