Show / Hide Table of Contents

Class Program

.Net Core entry point.

Inheritance
object
Program
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.GNS.Roster.Web
Assembly: Microsoft.GNS.Roster.Web.dll
Syntax
public static class Program

Methods

View Source

Main(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.

  • View Source
In this article
Back to top Generated by DocFX