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