Skip to content
Docs Try Aspire
Docs Try

CommandLineArgsCallbackContext

Handle
📦 Aspire.Hosting v13.3.0
interface CommandLineArgsCallbackContext {
readonly args: CommandLineArgsEditor;
readonly executionContext: DistributedApplicationExecutionContext;
readonly log: LogFacade;
readonly resource: IResource;
}

Properties

property args CommandLineArgsEditor get
Gets the command-line argument 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