AsynchronousCommandLineAction Class

Definition

public ref class AsynchronousCommandLineAction abstract : System::CommandLine::Invocation::CommandLineAction
public abstract class AsynchronousCommandLineAction : System.CommandLine.Invocation.CommandLineAction
type AsynchronousCommandLineAction = class
    inherit CommandLineAction
Public MustInherit Class AsynchronousCommandLineAction
Inherits CommandLineAction
Inheritance
AsynchronousCommandLineAction

Constructors

AsynchronousCommandLineAction()

Properties

ClearsParseErrors

Indicates that the action clears any parse errors associated with symbols other than one that owns the CommandLineAction.

(Inherited from CommandLineAction)
Terminating

Indicates that the action terminates a command line invocation, and later actions are skipped.

(Inherited from CommandLineAction)

Methods

InvokeAsync(ParseResult, CancellationToken)

Performs an action when the associated symbol is invoked on the command line.

Applies to