ParentCommandRunAsync Method
Namespace: Ookii.CommandLine.CommandsAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public virtual Task<int> RunAsync()
Public Overridable Function RunAsync As Task(Of Integer)
Dim instance As ParentCommand
Dim returnValue As Task(Of Integer)
returnValue = instance.RunAsync()
public:
virtual Task<int>^ RunAsync()
TaskInt32
A task that represents the asynchronous run operation. The result of the task is the exit
code of the child command, or the value of the
FailureExitCode property if no
child command was created.
IAsyncCommandRunAsync