BatchExecutionOrder Enumeration

 

Defines the order of execution for batch requests.

Namespace:   System.Web.Http.Batch
Assembly:  System.Web.Http (in System.Web.Http.dll)

public enum class BatchExecutionOrder

Member nameDescription
NonSequential

Executes the batch requests non-sequentially.

Sequential

Executes the batch requests sequentially.

Return to top
Show: