1 implementation of UpdateWithEffectiveAddressInfo
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
386Task IDcpObjectFactory.UpdateWithEffectiveAddressInfo(IEnumerable<Service> services, CancellationToken cancellationToken, TimeSpan? timeout)
1 reference to UpdateWithEffectiveAddressInfo
Aspire.Hosting (1)
Dcp\ContainerCreator.cs (1)
573await factory.UpdateWithEffectiveAddressInfo(serviceObjects, cancellationToken, TimeSpan.FromMinutes(1)).ConfigureAwait(false);