Search Results for

    Show / Hide Table of Contents

    Class Batch

    Defines a Batch of requests to execute

    Inheritance
    object
    Batch
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Services
    Assembly: PnP.Core.dll
    Syntax
    public class Batch

    Constructors

    Batch()

    Default public constructor, instantiates a Batch

    Declaration
    public Batch()

    Properties

    Executed

    Was this Batch executed?

    Declaration
    public bool Executed { get; }
    Property Value
    bool

    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<int, BatchRequest>

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