Skip to content
Docs Try Aspire

CommandLineArgsCallbackContext

Handle TypeScript
📦 Aspire.Hosting.Azure.Search v13.2.0-preview.1.26159.1
interface CommandLineArgsCallbackContext {
readonly args: List<any>;
readonly cancellationToken: cancellationToken;
executionContext: DistributedApplicationExecutionContext;
}

Properties

property args List<any> get
Gets the Args property
property cancellationToken cancellationToken get
Gets the CancellationToken property
property executionContext DistributedApplicationExecutionContext get · set
Gets the ExecutionContext property