Search Results for

    Show / Hide Table of Contents

    Interface ITeamAsyncOperation

    Represents a Microsoft Teams async operation

    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public interface ITeamAsyncOperation

    Properties

    Location

    Location to call to request the current status of an async operation

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

    Methods

    WaitForCompletion()

    Waits for the async operation to finish

    Declaration
    void WaitForCompletion()

    WaitForCompletionAsync()

    Waits for the async operation to finish

    Declaration
    Task WaitForCompletionAsync()
    Returns
    Task

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