Class LongRunningOperationOptions
Defines the options that control the long running operation ILongRunningOperation polling
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class LongRunningOperationOptions
Defines the options that control the long running operation ILongRunningOperation polling
public class LongRunningOperationOptions
Maximum number of retries, defaults to unlimited (so wait for the long operation to either succeed or fail)
public int? MaxRetries { get; set; }
| int? |
Time in seconds between each completion check, defaults to 5 if not set
public int? WaitTimeInSeconds { get; set; }
| int? |