AsyncCommandBaseRun Method
Calls the
RunAsync method and waits synchronously for it to complete.
Namespace: Ookii.CommandLine.CommandsAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
Public Overridable Function Run As Integer
Dim instance As AsyncCommandBase
Dim returnValue As Integer
returnValue = instance.Run()
public:
virtual int Run()
Int32The exit code of the command.
ICommandRun