Table of Contents

Interface ILongRunningOperation

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

Represents a Microsoft graph async, long running, operation

public interface ILongRunningOperation

Properties

Location

Location to call to request the current status of an async, long running, operation

string Location { get; }

Property Value

string

Methods

WaitForCompletion(LongRunningOperationOptions)

Waits for the async, long running, operation to finish

void WaitForCompletion(LongRunningOperationOptions options = null)

Parameters

options LongRunningOperationOptions

WaitForCompletionAsync(LongRunningOperationOptions)

Waits for the async, long running, operation to finish

Task WaitForCompletionAsync(LongRunningOperationOptions options = null)

Parameters

options LongRunningOperationOptions

Returns

Task