Search Results for

    Show / Hide Table of Contents

    Class LongRunningOperationOptions

    Defines the options that control the long running operation ILongRunningOperation polling

    Inheritance
    System.Object
    LongRunningOperationOptions
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class LongRunningOperationOptions : object

    Properties

    MaxRetries

    Maximum number of retries, defaults to unlimited (so wait for the long operation to either succeed or fail)

    Declaration
    public int? MaxRetries { get; set; }
    Property Value
    System.Nullable<System.Int32>

    WaitTimeInSeconds

    Time in seconds between each completion check, defaults to 5 if not set

    Declaration
    public int? WaitTimeInSeconds { get; set; }
    Property Value
    System.Nullable<System.Int32>

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