共用方式為


ICommandHandler.InvokeAsync(InvocationContext) 方法

定義

在命令行上叫用相關聯的命令時,執行動作。

public:
 System::Threading::Tasks::Task<int> ^ InvokeAsync(System::CommandLine::Invocation::InvocationContext ^ context);
public System.Threading.Tasks.Task<int> InvokeAsync (System.CommandLine.Invocation.InvocationContext context);
abstract member InvokeAsync : System.CommandLine.Invocation.InvocationContext -> System.Threading.Tasks.Task<int>
Public Function InvokeAsync (context As InvocationContext) As Task(Of Integer)

參數

context
InvocationContext

提供調用的內容,包括剖析結果和系結支援。

傳回

值,可用來做為進程的結束代碼。

適用於