4 references to CancellationToken
Aspire.Hosting (4)
ApplicationModel\EnvironmentCallbackContext.cs (2)
14
/// <param name="cancellationToken">A <see cref="
CancellationToken
"/>.</param>
25
/// <param name="cancellationToken">A <see cref="
CancellationToken
"/>.</param>
Dashboard\DashboardLifecycleHook.cs (1)
211
var resourceServiceUrl = await dashboardEndpointProvider.GetResourceServiceUriAsync(context.
CancellationToken
).ConfigureAwait(false);
OtlpConfigurationExtensions.cs (1)
68
var dcpInfo = await dcpDependencyCheckService.GetDcpInfoAsync(cancellationToken: context.
CancellationToken
).ConfigureAwait(false);