3 references to ResourceNotificationServiceOptions
Aspire.Hosting (3)
ApplicationModel\ResourceNotificationService.cs (2)
72DefaultWaitBehavior = serviceProvider.GetService<IOptions<ResourceNotificationServiceOptions>>()?.Value.DefaultWaitBehavior ?? WaitBehavior.StopOnResourceUnavailable; 238/// or configure the default behavior with <see cref="ResourceNotificationServiceOptions.DefaultWaitBehavior"/>.
DistributedApplicationBuilder.cs (1)
210_innerBuilder.Services.Configure<ResourceNotificationServiceOptions>(o =>