Delegate ProgramEntrypointAsync
Asynchronous main entry point method signature.
Namespace: Neon.Common
Assembly: Neon.Common.dll
Syntax
public delegate Task<int> ProgramEntrypointAsync(params string[] args)
Parameters
Type | Name | Description |
---|---|---|
string[] | args | The command line arguments. |
Returns
Type | Description |
---|---|
Task<int> | The exit code. |