Search Results for

    Show / Hide Table of Contents

    Class PnPCoreHttpRequestsGraphOptions

    Microsoft Graph REST options

    Inheritance
    object
    PnPCoreHttpRequestsGraphOptions
    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.Builder.Configuration
    Assembly: PnP.Core.dll
    Syntax
    public class PnPCoreHttpRequestsGraphOptions

    Properties

    DelayInSeconds

    How many seconds to wait for the next retry attempt. Defaults to 3

    Declaration
    public int DelayInSeconds { get; set; }
    Property Value
    int

    MaxRetries

    When not using retry-after, how many times can a retry be made. Defaults to 10

    Declaration
    public int MaxRetries { get; set; }
    Property Value
    int

    UseIncrementalDelay

    Use an incremental strategy for the delay: each retry doubles the previous delay time. Defaults to true

    Declaration
    public bool UseIncrementalDelay { get; set; }
    Property Value
    bool

    UseRetryAfterHeader

    Use the Retry-After header for calculating the delay in case of a retry. Defaults to true

    Declaration
    public bool UseRetryAfterHeader { get; set; }
    Property Value
    bool

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