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. |