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