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.
Gets or sets the execution order for the batch requests. The default execution order is sequential.
Namespace: System.Web.Http.Batch
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public BatchExecutionOrder ExecutionOrder { get; set; }
public:
property BatchExecutionOrder ExecutionOrder {
BatchExecutionOrder get();
void set(BatchExecutionOrder value);
}
member ExecutionOrder : BatchExecutionOrder with get, set
Public Property ExecutionOrder As BatchExecutionOrder
Property Value
Type: System.Web.Http.Batch.BatchExecutionOrder
The execution order for the batch requests. The default execution order is sequential.
See Also
DefaultHttpBatchHandler Class
System.Web.Http.Batch Namespace
Return to top