Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 854 Bytes

operations.md

File metadata and controls

13 lines (9 loc) · 854 Bytes

Was this documentation helpful? Share feedback

Operations

Operations are used to track long running operations in dotnet-monitor, specifically egressing data via egressProviders instead of directly to the client. This api is very similar to Azure asynchronous operations.

Operation Description
List Operations Lists all the operations and their current state.
Get Operation Get detailed information about an operation.
Delete Operation Cancels a running operation.
Stop Operation (7.1+) Gracefully stops a running operation.