2 references to CancellationRequested
Aspire.Hosting.Azure (2)
AzureProvisioningController.cs (2)
972
return activeOperation!.
CancellationRequested
? ResourceCommandState.Disabled : ResourceCommandState.Enabled;
4278
CancellationRequested
);