Skip to content
Docs Try Aspire

ContainerRuntimeArgsCallbackContext Properties

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