Skip to content
Docs Try Aspire

ContainerRuntimeArgsCallbackAnnotation Properties

Class Properties 1 member
Represents an additional argument to pass to the container runtime run command.
Callback Section titled Callback Func<ContainerRuntimeArgsCallbackContext, Task>
Gets the callback action to be executed when the executable arguments are parsed.
public Func<ContainerRuntimeArgsCallbackContext, Task> Callback { get; }