Interface ITeamAsyncOperation
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
Methods
WaitForCompletion()
Waits for the async operation to finish
void WaitForCompletion()
WaitForCompletionAsync()
Waits for the async operation to finish
Task WaitForCompletionAsync()