2 references to ProcessQueuedOperationAsync
Aspire.Hosting.Azure (2)
AzureProvisioningController.cs (2)
1431return ProcessQueuedOperationAsync((QueuedOperation)queuedOperation.Operation); 1503await ProcessQueuedOperationAsync(operation).ConfigureAwait(false);