Condividi tramite


ContainerRuntimeArgsCallbackContext Class

Definition

Represents a callback context for the list of command-line arguments to be passed to the container runtime run command.

public sealed class ContainerRuntimeArgsCallbackContext
type ContainerRuntimeArgsCallbackContext = class
Public NotInheritable Class ContainerRuntimeArgsCallbackContext
Inheritance
ContainerRuntimeArgsCallbackContext

Constructors

Name Description
ContainerRuntimeArgsCallbackContext(IList<Object>, CancellationToken)

Represents a callback context for the list of command-line arguments to be passed to the container runtime run command.

Properties

Name Description
Args

Gets the list of command-line arguments.

CancellationToken

Gets the cancellation token associated with the callback context.

Applies to