Class Program
.Net Core entry point.
Inherited Members
Namespace: Microsoft.GNS.Roster.Web
Assembly: Microsoft.GNS.Roster.Web.dll
Syntax
public static class Program
Methods
View SourceMain(string[])
Entry point method.
Declaration
public static Task Main(string[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | args | Arguments to the WebHost builder. |
Returns
| Type | Description |
|---|---|
| Task | A task representing the entry point work. |