Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 726 Bytes

operations.md

File metadata and controls

10 lines (8 loc) · 726 Bytes

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.