Interface ILongRunningOperation
Represents a Microsoft graph async, long running, operation
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface ILongRunningOperation
Represents a Microsoft graph async, long running, operation
public interface ILongRunningOperation
Location to call to request the current status of an async, long running, operation
string Location { get; }
System.String
|
Waits for the async, long running, operation to finish
void WaitForCompletion(LongRunningOperationOptions options = null)
LongRunningOperationOptions
options
|
Waits for the async, long running, operation to finish
Task WaitForCompletionAsync(LongRunningOperationOptions options = null)
LongRunningOperationOptions
options
|
Task
|