Class Batch
Defines a Batch of requests to execute
Inheritance
System.Object
Batch
Namespace: PnP.Core.Services
Assembly: PnP.Core.dll
Syntax
public class Batch : object
Constructors
Batch()
Properties
Executed
Requests
List with requests, this list will be cleared after the requests have been executed
Declaration
public SortedList<int, BatchRequest> Requests { get; }
Property Value
SortedList<System.Int32, BatchRequest>
|