IGraphClientAsync.GetOneNoteOperationStatusAsync

IGraphClientAsync.GetOneNoteOperationStatusAsync method

Asynchronously gets the status of a OneNote operation.

public Task<OnenoteOperation> GetOneNoteOperationStatusAsync(string operationId, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
operationIdStringThe ID of the OneNote operation.
cancellationTokenCancellationTokenA 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