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.
Gets the list of command-line arguments.
public IList<object> Args { get; } Gets the cancellation token associated with the callback context.
public CancellationToken CancellationToken { get; }