Table of Contents

Class LongRunningOperationOptions

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Defines the options that control the long running operation ILongRunningOperation polling

public class LongRunningOperationOptions
Inheritance
LongRunningOperationOptions
Inherited Members

Properties

MaxRetries

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

public int? MaxRetries { get; set; }

Property Value

int?

WaitTimeInSeconds

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

public int? WaitTimeInSeconds { get; set; }

Property Value

int?