Skip to content
DocsTry Aspire
DocsTry

ContainerRuntimeArgsCallbackContext Properties

ClassProperties2 members
Represents a callback context for the list of command-line arguments to be passed to the container runtime run command.
ArgsSection titled ArgsIList<object>
Gets the list of command-line arguments.
public IList<object> Args { get; }
CancellationTokenSection titled CancellationTokenCancellationToken
Gets the cancellation token associated with the callback context.
public CancellationToken CancellationToken { get; }