Skip to content
Docs Try Aspire
Docs Try

CommandLineArgsCallbackContext

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

Properties

property args CommandLineArgsEditor get
Gets the editor used to manipulate command-line arguments in polyglot callbacks.
property executionContext DistributedApplicationExecutionContext get
Gets the execution context associated with this callback.
property log LogFacade get
Gets the logger facade used by polyglot callbacks.
property resource IResource get
The resource associated with this callback context.