Class Batch
Defines a Batch of requests to execute
public class Batch
- Inheritance
-
Batch
- Inherited Members
Constructors
Batch()
Default public constructor, instantiates a Batch
public Batch()
Properties
Executed
Was this Batch executed?
public bool Executed { get; }
Property Value
Requests
List with requests, this list will be cleared after the requests have been executed
public SortedList<int, BatchRequest> Requests { get; }