Skip to content
DocsTry Aspire
DocsTry

CommandLineArgsCallbackContext

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

Properties

propertyargsCommandLineArgsEditorget
Gets the editor used to manipulate command-line arguments in polyglot callbacks.
propertyexecutionContextDistributedApplicationExecutionContextget
Gets the execution context associated with this callback.
propertylogLogFacadeget
Gets the logger facade used by polyglot callbacks.
propertyresourceIResourceget
The resource associated with this callback context.