AsynchronousCommandLineAction Klass

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
Arv
AsynchronousCommandLineAction

Konstruktorer

Name Description
AsynchronousCommandLineAction()

Egenskaper

Name Description
ClearsParseErrors

Anger att åtgärden rensar eventuella parsningsfel som är associerade med andra symboler än en som äger CommandLineAction.

(Ärvd från CommandLineAction)
Terminating

Anger att åtgärden avslutar ett kommandoradsanrop och att senare åtgärder hoppas över.

(Ärvd från CommandLineAction)

Metoder

Name Description
InvokeAsync(ParseResult, CancellationToken)

Utför en åtgärd när den associerade symbolen anropas på kommandoraden.

Gäller för