Table of Contents

Interface ITeamAsyncOperation

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

Represents a Microsoft Teams async operation

public interface ITeamAsyncOperation

Properties

Location

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

string Location { get; }

Property Value

string

Methods

WaitForCompletion()

Waits for the async operation to finish

void WaitForCompletion()

WaitForCompletionAsync()

Waits for the async operation to finish

Task WaitForCompletionAsync()

Returns

Task