EnvironmentCallbackContext
Handle
interface EnvironmentCallbackContext { readonly cancellationToken: cancellationToken; readonly environmentVariables: Dict<string,string|Aspire.Hosting/Aspire.Hosting.ApplicationModel.ReferenceExpression>; readonly executionContext: DistributedApplicationExecutionContext; logger: ILogger; readonly resource: IResource;} 6 members
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
property
logger ILogger get · set Gets the Logger property
property
resource IResource get Gets the Resource property