AsyncMonitor<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |