Skip to content
Docs Try Aspire

DistributedApplicationExecutionContext

Handle TypeScript
📦 Aspire.Hosting.Python v13.2.0-preview.1.26159.1
interface DistributedApplicationExecutionContext {
readonly isPublishMode: boolean;
readonly isRunMode: boolean;
readonly operation: DistributedApplicationOperation;
publisherName: string;
}

Properties

property isPublishMode boolean get
Gets the IsPublishMode property
property isRunMode boolean get
Gets the IsRunMode property
property operation DistributedApplicationOperation get
Gets the Operation property
property publisherName string get · set
Gets the PublisherName property