1 implementation of GetResourceServiceUriAsync
Aspire.Hosting (1)
Dcp\HostDashboardEndpointProvider.cs (1)
17public async Task<string> GetResourceServiceUriAsync(CancellationToken cancellationToken = default)
1 reference to GetResourceServiceUriAsync
Aspire.Hosting (1)
Dashboard\DashboardLifecycleHook.cs (1)
211var resourceServiceUrl = await dashboardEndpointProvider.GetResourceServiceUriAsync(context.CancellationToken).ConfigureAwait(false);