1 write to _notificationService
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
44
_notificationService
= notificationService;
13 references to _notificationService
Aspire.Hosting (13)
Orchestrator\ApplicationOrchestrator.cs (13)
69
await
_notificationService
.PublishUpdateAsync(resourceWithConnectionString, state => state with
81
var waitForDependenciesTask =
_notificationService
.WaitForDependenciesAsync(@event.Resource, cts.Token);
90
var waitForNonWaitingStateTask =
_notificationService
.WaitForResourceAsync(
131
await
_notificationService
.PublishUpdateAsync(resource, s => s with { Urls = [.. urls] }).ConfigureAwait(false);
156
await PublishUpdateAsync(
_notificationService
, context.Resource, context.DcpResourceName, s => s with
166
await PublishUpdateAsync(
_notificationService
, context.Resource, context.DcpResourceName, s => s with
309
await
_notificationService
.PublishUpdateAsync(context.Resource, context.DcpResourceName, context.UpdateSnapshot).ConfigureAwait(false);
321
await
_notificationService
.PublishUpdateAsync(context.Resource, context.DcpResourceName, s => s with { State = KnownResourceStates.FailedToStart }).ConfigureAwait(false);
330
await
_notificationService
.PublishUpdateAsync(context.Resource, s => s with { State = KnownResourceStates.FailedToStart }).ConfigureAwait(false);
361
await
_notificationService
.PublishUpdateAsync(
393
await
_notificationService
.PublishUpdateAsync(child, s => s with
421
await
_notificationService
.PublishUpdateAsync(resource, s =>
433
var initializeEvent = new InitializeResourceEvent(resource, _eventing, _loggerService,
_notificationService
, _serviceProvider);