AsynchronousCommandLineAction Osztály
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
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
- Öröklődés
Konstruktorok
| Name | Description |
|---|---|
| AsynchronousCommandLineAction() | |
Tulajdonságok
| Name | Description |
|---|---|
| ClearsParseErrors |
Azt jelzi, hogy a művelet törli a szimbólumokhoz kapcsolódó elemzési hibákat, amelyek nem a CommandLineActiontulajdonos szimbólumai. (Öröklődés forrása CommandLineAction) |
| Terminating |
Azt jelzi, hogy a művelet leállítja a parancssori meghívást, és a rendszer kihagyja a későbbi műveleteket. (Öröklődés forrása CommandLineAction) |
Metódusok
| Name | Description |
|---|---|
| InvokeAsync(ParseResult, CancellationToken) |
Műveletet hajt végre, amikor a társított szimbólumot meghívja a parancssorban. |