DistributedApplicationExecutionContextOptions
Class net10.0
Configuration options and references that need to be exposed to the
DistributedApplicationExecutionContext. namespace Aspire.Hosting;
public class DistributedApplicationExecutionContextOptions{ // ...} 5 members
Constructors2
Section titled ConstructorsDistributedApplicationExecutionContextOptions(DistributedApplicationOperation) Constructs a
DistributedApplicationExecutionContextOptions. DistributedApplicationExecutionContextOptions(DistributedApplicationOperation, string) Constructs a
DistributedApplicationExecutionContextOptions. Properties3
Section titled PropertiesOperationget The operation currently being performed by the AppHost.
PublisherNamegetstring? The name of the publisher if running in publish mode.
ServiceProviderget; setIServiceProvider? The
IServiceProvider for the AppHost.