ContainerRuntimeArgsCallbackContext Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a callback context for the list of command-line arguments to be passed to the container runtime run command.
public ContainerRuntimeArgsCallbackContext (System.Collections.Generic.IList<object> args, System.Threading.CancellationToken cancellationToken = default);
new Aspire.Hosting.ApplicationModel.ContainerRuntimeArgsCallbackContext : System.Collections.Generic.IList<obj> * System.Threading.CancellationToken -> Aspire.Hosting.ApplicationModel.ContainerRuntimeArgsCallbackContext
Public Sub New (args As IList(Of Object), Optional cancellationToken As CancellationToken = Nothing)
Parameters
- cancellationToken
- CancellationToken
The cancellation token associated with this execution.