IAsyncMonitor<T> Interface

Definition

Monitor for async operations to the Graph service on the client.

public interface IAsyncMonitor<T>
type IAsyncMonitor<'T> = interface
Public Interface IAsyncMonitor(Of T)

Type Parameters

T

The object type to return.

Derived

Methods

PollForOperationCompletionAsync(IProgress<AsyncOperationStatus>, CancellationToken)

Poll to check for completion of an async call to the Graph service.

Applies to