Implemented interface member:
method
GetValueAsync
Aspire.Hosting.ApplicationModel.IValueProvider.GetValueAsync(Aspire.Hosting.ApplicationModel.ValueProviderContext, System.Threading.CancellationToken)
1 reference to GetValueAsync
Aspire.Hosting (1)
Dcp\OtlpEndpointReferenceGatherer.cs (1)
73
var url = await endpointReference.
GetValueAsync
(vpc, cancellationToken).ConfigureAwait(false);