CommandLineArgsCallbackContext
Class sealed net10.0
Represents a callback context for the list of command-line arguments associated with an executable resource.
namespace Aspire.Hosting.ApplicationModel;
public sealed class CommandLineArgsCallbackContext{ // ...} 7 members
Constructors2
Section titled ConstructorsCommandLineArgsCallbackContext(IList<object>, CancellationToken) Represents a callback context for the list of command-line arguments associated with an executable resource.
CommandLineArgsCallbackContext(IList<object>, IResource, CancellationToken) Represents a callback context for the list of command-line arguments associated with an executable resource.
Properties5
Section titled PropertiesArgsgetIList<object> Gets the list of command-line arguments.
CancellationTokengetCancellationToken Gets the cancellation token associated with the callback context.
ExecutionContextget; init Gets or sets the execution context for the distributed application.
Loggerget; initILogger Gets or sets the logger for the distributed application.
Resourceget The resource associated with this callback context.