다음을 통해 공유


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

구문 분석 결과 및 바인딩 지원을 포함하여 호출에 대한 컨텍스트를 제공합니다.

반환

프로세스의 종료 코드로 사용할 수 있는 값입니다.

적용 대상