Search Results for

    Show / Hide Table of Contents

    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()

    Default public constructor, instantiates a Batch

    Declaration
    public Batch()

    Properties

    Executed

    Was this Batch executed?

    Declaration
    public bool Executed { get; }
    Property Value
    System.Boolean

    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>

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer