Search Results for

    Show / Hide Table of Contents

    Interface ILongRunningOperation

    Represents a Microsoft graph async, long running, operation

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface ILongRunningOperation

    Properties

    Location

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

    Declaration
    string Location { get; }
    Property Value
    System.String

    Methods

    WaitForCompletion(LongRunningOperationOptions)

    Waits for the async, long running, operation to finish

    Declaration
    void WaitForCompletion(LongRunningOperationOptions options = null)
    Parameters
    LongRunningOperationOptions options

    WaitForCompletionAsync(LongRunningOperationOptions)

    Waits for the async, long running, operation to finish

    Declaration
    Task WaitForCompletionAsync(LongRunningOperationOptions options = null)
    Parameters
    LongRunningOperationOptions options

    Returns
    Task

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