CommandLineArgsCallbackContext
Handle TypeScript
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