Compartir a través de


AsyncMonitor<T> Class

Definition

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

public class AsyncMonitor<T> : Microsoft.Graph.IAsyncMonitor<T>
type AsyncMonitor<'T> = class
    interface IAsyncMonitor<'T>
Public Class AsyncMonitor(Of T)
Implements IAsyncMonitor(Of T)

Type Parameters

T

The object type to return.

Inheritance
AsyncMonitor<T>
Implements

Constructors

AsyncMonitor<T>(IBaseClient, String)

Construct an Async Monitor.

Methods

PollForOperationCompletionAsync(IProgress<AsyncOperationStatus>, CancellationToken)

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

Applies to