Show / Hide Table of Contents

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 Source

Main(String[])

Entry point method.

Declaration
public static async Task Main(string[] args)
Parameters
Type Name Description
System.String[] args

Arguments to the builder.

Returns
Type Description
Task

A task representing the entry point work.

  • View Source
In This Article
Back to top Generated by DocFX