Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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