Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the order of execution for batch requests.
Namespace: System.Web.Http.Batch
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public enum BatchExecutionOrder
public enum class BatchExecutionOrder
type BatchExecutionOrder
Public Enumeration BatchExecutionOrder
Members
Member name | Description | |
---|---|---|
NonSequential | Executes the batch requests non-sequentially. |
|
Sequential | Executes the batch requests sequentially. |
See Also
System.Web.Http.Batch Namespace
Return to top