Summary
The main entry point for the application.
Syntax
public static Task<int> Main(string[] args)
Parameters
| Name | Type | Description |
|---|---|---|
| args | string[] | The command line arguments. |
Return Value
| Type | Description |
|---|---|
| Task |
The exit code. |
