IGraphClientAsync.GetOneNoteOperationStatusAsync
IGraphClientAsync.GetOneNoteOperationStatusAsync method
Asynchronously gets the status of a OneNote operation.
public Task<OnenoteOperation> GetOneNoteOperationStatusAsync(string operationId,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| operationId | String | The ID of the OneNote operation. |
| cancellationToken | CancellationToken | A cancellation token to observe while waiting for the task to complete. |
Return Value
A task that represents the asynchronous operation. The task result contains the OnenoteOperation status.
See Also
- class OnenoteOperation
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email