Skip to content
Docs Try Aspire

EnvironmentCallbackContext

Handle TypeScript
📦 Aspire.Hosting.Docker v13.2.0-preview.1.26159.1
interface EnvironmentCallbackContext {
readonly cancellationToken: cancellationToken;
readonly environmentVariables: Dict<string,string|Aspire.Hosting/Aspire.Hosting.ApplicationModel.ReferenceExpression>;
readonly executionContext: DistributedApplicationExecutionContext;
}

Properties

property cancellationToken cancellationToken get
Gets the CancellationToken property
property environmentVariables Dict<string,string|Aspire.Hosting/Aspire.Hosting.ApplicationModel.ReferenceExpression> get
Gets the EnvironmentVariables property
property executionContext DistributedApplicationExecutionContext get
Gets the ExecutionContext property