Skip to content
Docs Try Aspire
Docs Try

EnvironmentCallbackContext

Handle
📦 Aspire.Hosting v13.3.0
interface EnvironmentCallbackContext {
readonly environment: EnvironmentEditor;
readonly executionContext: DistributedApplicationExecutionContext;
readonly log: LogFacade;
readonly resource: IResource;
}

Properties

property environment EnvironmentEditor get
Gets the environment variable editor
property executionContext DistributedApplicationExecutionContext get
Gets the execution context for this callback invocation
property log LogFacade get
Gets the callback logger facade
property resource IResource get
Gets the resource associated with this callback