Table of Contents

Class Batch

Namespace
PnP.Core.Services
Assembly
PnP.Core.dll

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

bool

Requests

List with requests, this list will be cleared after the requests have been executed

public SortedList<int, BatchRequest> Requests { get; }

Property Value

SortedList<int, BatchRequest>