IAsyncMonitor<T> Interface
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 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. |