Search Results for

    Show / Hide Table of Contents

    Class LongRunningOperationOptions

    Defines the options that control the long running operation ILongRunningOperation polling

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

    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
    int?

    WaitTimeInSeconds

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

    Declaration
    public int? WaitTimeInSeconds { get; set; }
    Property Value
    int?

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